Hi there,
Whenever I try to use image_view to visualize a topic published by usb_cam with the following command:
rosrun image_view image_view image:=/usb_cam/image_raw
I get this:
init done
opengl support available
[ INFO] [1457614339.953957839]: Using transport "compressed"
/opt/ros/indigo/lib/image_view/image_view: symbol lookup error: /opt/ros/indigo/lib/image_view/image_view: undefined symbol: _ZN9cv_bridge18cvtColorForDisplayERKN5boost10shared_ptrIKNS_7CvImageEEERKSsbdd
The same happens even with the "raw" transport:
init done
opengl support available
[ INFO] [1457614438.464431134]: Using transport "raw"
/opt/ros/indigo/lib/image_view/image_view: symbol lookup error: /opt/ros/indigo/lib/image_view/image_view: undefined symbol: _ZN9cv_bridge18cvtColorForDisplayERKN5boost10shared_ptrIKNS_7CvImageEEERKSsbdd
Am I doing something wrong? has anyone got similar errors?
Thanks in advance.
↧