ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can always increase the inflation layer in you costmap params config files. You can also use dynamic reconfigure to change the inflation value on the run.
Also you can change the value in your code and update the inflation parameter. This question tackles that problem.