Robotics StackExchange | Archived questions

Error with privileges for gazebo

I'm using Ros noetic. I catch errors with boost during launching example of gazebo.

Full error description:

terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
  what():  boost::filesystem::create_directories: Permission denied: "/home/fronj/.gazebo"
terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
  what():  boost::filesystem::create_directories: Permission denied: "/home/fronj/.gazebo"
Aborted (core dumped)

Asked by Fronj on 2021-02-23 18:50:33 UTC

Comments

Have you ever run gazebo with sudo?

Asked by gvdhoorn on 2021-02-25 06:50:24 UTC

Answers

I allowed all actions with folder .gazebo by typing following command: sudo chmod 777 .gazebo/

Asked by Fronj on 2021-02-24 16:42:49 UTC

Comments