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

Revision history [back]

click to hide/show revision 1
initial version

2 . I can "sudo apt-get install camera1394stereo" but there is no source, no executable nodes, and not as many launch files as the git repository.

I don't really understand how this could've gone unnoticed for so long, but looking at the CMakeLists.txt of camera1394stereo (here), it seems it is missing the necessary install(..) statements.

This would cause the package to build fine on the farm, but no files would end up in the .deb that you install when you execute sudo apt-get install ... The jenkins log for the latest build seems to confirm this as well (search for Install the project): only files generated for dynamic_reconfigure and some other (meta data) files get installed, but no binaries or headers, as you observed.

I recommend you open an issue at the camera1394stereo issue tracker so the author / maintainer can fix this.