Can't run camera_uvc package on jade
Hi, I had a problem building and running the http://wiki.ros.org/uvc_camera . I would need a stereo camera driver providing 2 images and 2 camera_info messages on Jade. I found camrea_uvc, I tried building the camera_uvc from source using this guide: https://defendtheplanet.net/2014/11/0... , the rosdep install part failed with "missing resource". But if I use catkin_make, it checks the dependencies, right? Catkin_make is successful: [100%] B[100%] Built target uvc_stereo_node. But after i try to launch it, it fails: "ERROR: cannot launch node of type [uvc_camera/camera_node]: can't locate node [camera_node] in package [uvc_camera]" Is this an installation problem? Can you link me some tutorials about building packages from source? Thank you in advance!