-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ros2 opencv4 from Ana's branch #2
base: main
Are you sure you want to change the base?
Conversation
@joris997 can you merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joris997 please check these updates
RUN make -j4 | ||
RUN sudo make install | ||
|
||
RUN export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/opencv/opencv-4.2.0/build/lib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joris997 if you want to set this env variable, you should use the tag ENV, as in
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/home/opencv/opencv-4.2.0/build/lib"
@@ -39,6 +39,7 @@ include_directories( | |||
include | |||
${rclcpp_INCLUDE_DIRS} | |||
${EIGEN3_INCLUDE_DIR} | |||
${ff_common_INCLUDE_DIRS} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need this inside ff_common?
@@ -44,6 +44,7 @@ include_directories( | |||
include | |||
${rclcpp_INCLUDE_DIRS} | |||
${LUAJIT_INCLUDE_DIR} | |||
${ff_common_INCLUDE_DIR} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is needed anymore after fixing ff_common
This PR is to incorporate Ana's OpenCV4 implementation with some quick fixes and installation instructions for users (as a text file, this could later be incorporated for the docker startup)