ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There are plenty of factors that could affect costmap update frequency. In my experience, usually what causes the map update rate to miss the desired rate is either (1) costmap has lots of layers to update, including but not limited to the inflation that needs to be done, and (2) the planner is taking a long time to plan the path. For the former look at reducing the number of updates that needs to be done, and for the latter look at using more efficient planners like a*star planner.