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

Revision history [back]

You seem to have a mismatch in your version of camera_drivers vs. ROS. You installed Diamondback, but you checked out trunk of camera_drivers. The trunk of most stacks is developed against the latest ROS distro (or the upcoming one) which is currently Electric Emys.

Try checking out camera_drivers from the Diamondback tag: https://code.ros.org/svn/ros-pkg/stacks/camera_drivers/tags/diamondback/ and building.

Also note that, if you just want camera1394, you can do rosmake --rosdep-install camera1394 instead of rosmaking all of camera_drivers while force ignoring errors. That should build camera1394 and all of the packages it depends on either directly or indirectly.