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

Usually, it's good practice to fix the first error first, in this case the "rosdep: command not found". Google or the ROS wiki search will give you instructions how to install rosdep (e.g. http://www.ros.org/wiki/rosdep).

The line "sudo apt-get install [...] # only if something is missing" was not intended to be typed in literally, but means that you should install those packages that rosdep reported as missing.

Moritz