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 error message says nothing about pthread but:

OSError: [Errno 13] Permission denied

That indicates that you have permission problems when the script is trying to write files to the build folder. You might want to wipe the build and devel folders, make sure that the permissions of the workspace root folder are "good" and try to rebuild the workspace.