ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
![]() | 1 | initial version |
The "no permission" thing looks like you should gives your .cfg file execution permissions:
chmod a+x cfg/BaseLocalPlanner.cfg
Hope it helps.
![]() | 2 | No.2 Revision |
The "no permission" thing looks like you should gives give your .cfg file execution permissions:
chmod a+x cfg/BaseLocalPlanner.cfg
Hope it helps.