ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

ros with open cv

asked 2011-11-09 15:14:06 -0500

vivek gravatar image

updated 2012-02-27 13:30:07 -0500

kwc gravatar image

im trying to create a ros package with an open cv program , but while doing a rosmake command i get an error error while loading shared libraries: libcv_bridge.so: cannot open shared object file: No such file or directory ive installed the vision open cv for ros. is there anything that im missing ? do i have to install the actual open cv headers ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2011-11-09 21:21:44 -0500

William gravatar image

The preferred method for linking against opencv is now to use cmake in your package directly.

See: http://www.ros.org/wiki/opencv2#OpenCV_in_Electric

If the problem still persists, then you might have another problem.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-11-09 15:14:06 -0500

Seen: 2,128 times

Last updated: Nov 09 '11