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

I guess when restoring your system backup, you did not transfer ownership or permissions correctly.

You'd probably want to do something like:

sudo chown -R mynewuser ros_workspace

and maybe also

sudo chmod -R u+rwX ros_workspace

I guess when restoring your system backup, you did not transfer ownership or permissions correctly.

You'd probably want to do something like:

sudo chown -R mynewuser ros_workspace

and maybe also

sudo chmod -R u+rwX ros_workspace

Also, you should run make clean on each of the packages in the workspace or remove the build/ directories as cmake might have cached directories there.