Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

joris997
Copy link

@joris997 joris997 commented Jul 5, 2023

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)

@Pedro-Roque
Copy link
Member

@joris997 can you merge main and push again?

Copy link
Member

@Pedro-Roque Pedro-Roque left a 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
Copy link
Member

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}
Copy link
Member

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}
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants