Skip to content

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"

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?

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