How to resolve opencv multiple ver conflicts while building ORB-SLAM2?
Hi I am trying to check out orb2SLAM . When I try to build the package . I get the following error
/usr/bin/ld: warning: libopencv_core.so.4.3, needed by /home/shyam/AMR-II/catkin_ws/src/orb_slam_2_ros/orb_slam2/lib/liborb_slam2_ros.so, may conflict with libopencv_core.so.3.2
/usr/bin/ld: warning: libopencv_imgcodecs.so.3.2, needed by /opt/ros/melodic/lib/libcv_bridge.so, may conflict with libopencv_imgcodecs.so.4.3
[100%] Built target orb_slam2_ros_rgbd
/usr/bin/ld: warning: libopencv_core.so.4.3, needed by /home/shyam/AMR-II/catkin_ws/src/orb_slam_2_ros/orb_slam2/lib/liborb_slam2_ros.so, may conflict with libopencv_core.so.3.2
/usr/bin/ld: warning: libopencv_imgcodecs.so.3.2, needed by /opt/ros/melodic/lib/libcv_bridge.so, may conflict with libopencv_imgcodecs.so.4.3
How to resolve this conflict ?