ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Error with privileges for gazebo

asked 2021-02-23 17:50:33 -0500

Fronj gravatar image

updated 2022-07-13 09:57:57 -0500

lucasw gravatar image

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)
edit retag flag offensive close merge delete

Comments

Have you ever run gazebo with sudo?

gvdhoorn gravatar image gvdhoorn  ( 2021-02-25 05:50:24 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-02-24 15:42:49 -0500

Fronj gravatar image

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

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2021-02-23 17:50:33 -0500

Seen: 836 times

Last updated: Feb 25 '21