Error building OpenCV codes on ROS
Hi.
I tried to build the "Writing a Simple Image Publisher (C++)" node from imagetransportTutorialsPublishingImages tutorial (http://wiki.ros.org/image_transport/Tutorials/PublishingImages). I already installed cvbridge . 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?
Asked by Astronaut on 2016-05-12 04:53:31 UTC
Comments
Hi! You can try: download the cv_bridge source folder from https://github.com/ros-perception/vision_opencv and paste it into the src folder of your workspace and then try to compile it again.
Asked by francisc0garcia on 2016-05-17 13:16:49 UTC