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

The output points towards the problem: "Failed to find rosdep ..." indicates that system dependencies are missing. Normally, you can install them using rosdep (see http://www.ros.org/wiki/rosdep).

However, you seem to use very old versions (Ubuntu Lucid and ROS Electric) and rosdep has changed, so I'm not sure if this still works for all dependencies. You can still look at the packages mentioned in the error message above and try to install them (or similar packages) manually.

It may also be that some of the software does not work with Electric, maybe check for earlier questions regarding this here on answers.ros.org.

The output points towards the problem: "Failed to find rosdep ..." indicates that system dependencies are missing. Normally, you can install them using rosdep (see http://www.ros.org/wiki/rosdep).

However, you seem to use very old versions (Ubuntu Lucid and ROS Electric) and rosdep has changed, so I'm not sure if this still works for all dependencies. You can still look at the packages mentioned in the error message above and try to install them (or similar Ubuntu packages) manually.manually using apt-get or aptitude.

It may also be that some of the software does not work with Electric, maybe check for earlier questions regarding this here on answers.ros.org.