cv_bridge may conflict with opencv 3.1
I installed opencv 3 on ubuntu. And when I compile the ROS project, it gives me the following warning, though it successfully compile the whole project. It seems that cvbridge requires opencv 2.4. So is there any way to make cvbridge work along with opencv 3.1? Thank you.
Here is the compilation output (the warning part) :
/usr/bin/ld: warning: libopencv_imgproc.so.2.4, needed by /opt/ros/indigo/lib/libcv_bridge.so, may conflict with libopencv_imgproc.so.3.1
/usr/bin/ld: warning: libopencv_core.so.2.4, needed by /opt/ros/indigo/lib/libcv_bridge.so, may conflict with libopencv_core.so.3.1
Asked by Tao_ on 2016-08-02 02:39:04 UTC
Comments
Add cv-bridge package into your workspace?
Asked by tanasis on 2017-09-12 14:20:51 UTC