Error building OpenCV codes on ROS

asked 2016-05-12 04:53:31 -0500

Astronaut gravatar image

updated 2016-05-12 06:01:55 -0500

Hi.

I tried to build the "Writing a Simple Image Publisher (C++)" node from image_transportTutorialsPublishingImages tutorial (http://wiki.ros.org/image_transport/Tutorials/PublishingImages). I already installed cv_bridge . Im using Ubuntu 12.04 and ROS Fuerte and rosbuild. Tried to run make but I got the following error: /usr/bin/ld: cannot find -lcv_bridge

Any help?

edit retag flag offensive close merge delete

Comments

Hi! You can try: download the cv_bridge source folder from https://github.com/ros-perception/vis... and paste it into the src folder of your workspace and then try to compile it again.

francisc0garcia gravatar image francisc0garcia  ( 2016-05-17 13:16:49 -0500 )edit