Why is the default update rate for costmap2d only 5Hz, not the sensor rate?
The default costmap configuration in the ROS navigation stack updates the costmap every 200ms (at 5Hz). I wonder why it is not updated at the sensor's rate, or at least at the local planners rate (which is 10Hz by default). Wouldn't this make the robot react faster to new obstacles?