howto install usb_cam on ROS Groovy
Hi!
I would like to install usb_cam from BOSCH on Groovy on Ubuntu 12.04 64 bit. I already managed it to install and make it work on a different laptop on Ubuntu 12.04 32 bit, but I can't remember the exact steps.
What I tried is: I created and setup a workspace in my home, I downloaded the source files and wanted to compile it. There were no errors during the compilation, but apparently no binaries were created, as it also said during compilation "ROS_NOBUILD in package ...".
Could please someone describe the process step by step?
Edit 1: In the meanwhile I installed almost all the ros packages, and then it worked. However I don't know which package(s) was/were missing for the compilation of the usb_cam.
Edit 2: A different approach, as proposed by @joq in his answer, is to install usb_cam from the ros-shadow-fixed repository. I managed to install it on my machine, however, strangely at first apt was looking for several 32 bit dependencies and denied to install, but a couple of minutes and several tries later it was installed. Before you ask, I did apt-get update after adding the repository. Now I just have to find out, how can I make a camera node and a launch file, but it is a different question.
Edit 3: the binary usb_cam_node file is missing from the installation.
Edit 4: with the newest ros-groovy-usb-cam v.0.1.2 driver (from the ros-shadow-fixed repository) it is working great.