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

Revision history [back]

click to hide/show revision 1
initial version

You have to modify whats in your local_costmap_params.yaml. First you have to make sure that you are not using a static map, "static_map:false", and then you just add the size of the costmap with "width: X" "height: Y", furthermore you should make sure that you use a rolling window map with the local costmap "rolling_window: true". For further imformation you can check this wiki http://wiki.ros.org/costmap_2d .