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 problem is not with tf, but with this:

IOError: [Errno 13] Permission denied: '/home/rnd424/.ros/rosdep/sources.cache/index'

it is likely you've run rosdep update with sudo some time in the past, which makes that directory (and the files in it) owned by root, not by your own user (probably: rnd424).

You should be able to fix it with:

sudo rosdep fix-permissions