camera1394stereo missing nodes on indigo
I'm running ROS indigo on Ubuntu 14.04.1. I'm trying to use the camera1394stereo package with a Bumblebee2 to calibrate the camera. So far I have been able to git clone the most recent package ( https://github.com/srv/camera1394stereo ), build it, and roslaunch the stereo_camera_full.launch to get the correct topics to run camera_calibration. Unfortunately the calibration keeps failing in this case. I'm wondering if it's my manually built camera1394stereo node that's causing the failure. The problems I see are:
- When I source my workspace instead of the ROS indigo workspace to run camera1394stereo's node, the reconfigure node (i.e dynamic_reconfigure or rqt_reconfigure) is not available unless I get that too which seems unnecessary.
- 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.
What's wrong with my camera1394stereo by using "sudo apt-get install camera1394stereo"? Why does it not seem to be "complete"?