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

Solved it. Change permission and ownership of the catkin workspace directory, See the video

Solved it. Change permission and ownership of the catkin workspace directory, See the videodirectory:

sudo chown user:user -R /home/user/catkin_ws/devel/ sudo chown user:user -R /home/user/catkin_ws/sr/ sudo chown user:user -R /home/user/catkin_ws/build/

Solved it. Change permission and ownership of the catkin workspace directory:

  • sudo chown user:user -R /home/user/catkin_ws/devel/ /home/user/catkin_ws/devel/
  • sudo chown user:user -R /home/user/catkin_ws/sr/ /home/user/catkin_ws/sr/
  • sudo chown user:user -R /home/user/catkin_ws/build/

Solved it. Change permission and ownership of the catkin workspace directory:

  • sudo chown user:user -R /home/user/catkin_ws/devel/
  • sudo chown user:user -R /home/user/catkin_ws/sr//home/user/catkin_ws/src/
  • sudo chown user:user -R /home/user/catkin_ws/build/