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

Hey guys, the problem could be that you ran rosdep update with sudo rights. That leads to permission errors later on.

NOTE : Run rosdep update NOT with sudo.

SOLUTION to fix this run sudo rosdep fix-permissions

and after that rosdep update.

Worked for me.

cheers

Timo