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

libopencv_calib3d.so.409, may cause conflict with libopencv_calib3d.so.4.2 #25

Open
1melek opened this issue May 14, 2024 · 1 comment

Comments

@1melek
Copy link

1melek commented May 14, 2024

111
i have opencv 4.2.0 installed and i think it supports 4.0.9 if needed , so how can i fix this issue?
im using ubuntu 20.04lts + ros2 foxy+ orbslam3

@micah-cobot
Copy link

micah-cobot commented Jun 10, 2024

I was able to get rid of this warning by building/including cv_bridge inside the colcon workspace where I have the ORB_SLAM_3 ROS2 package. So instead of installing the ros2 opencv packages as apt-get install ros-${ROS_DISTRO}-vision-opencv, I instead followed the instructions here: https://github.com/ros-perception/vision_opencv/tree/rolling/cv_bridge (i.e. I cloned vision_opencv from the appropriate ros2 distro branch into colcon_ws and then ran a colcon build)

As a side note, it's important to make sure you don't have multiple OpenCV versions installed, at least when getting set up initially. You should use OpenCV 4.2.0 in the beginning

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

No branches or pull requests

2 participants