若ROS中运行roscore 错误 可以修改权限 如下 即可

If roscore does not initialize and sends a message about lack of permissions, probably the ~/.ros folder is owned by root, change recursively the ownership of that folder with:

$ sudo chown -R robot ~/.ros

你可能感兴趣的:(若ROS中运行roscore 错误 可以修改权限 如下 即可)