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

This might origin from some old/wrong setup instructions. Can you say how you setup/installed ROS, especially rosdep. Maybe there are still leftovers to be corrected somewhere.

To fix it, hard delete the .ros/rosdep directory (as root). If .ros also has root permissions, you should also delete that and then re-initialize rosdep as:

sudo rosdep init
rosdep update

Note: No sudo for the second call.