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
  • 99% of the time the error means there are issues resolving rosdep keys for the Oneiric platform.
  • Most of the time you can diagnose this issue by simply looking at the console output when you run the create.py script.
  • Most of the time this is caused by not having an up-to-date ros-electric release on your system (i.e. something that your stack depends on)

On ROS Electric (only), you can run the following code snippet:

from ros import rosdeb
rosdeb.rosutil.stack_rosdeps('my_stack_name', '/path/to/my_stack_name', 'oneiric')

This snippet will not work on ROS Fuerte.