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

Revision history [back]

The internal data structure to the costmap layers stores your layer's information that is to persist. When we do update cycles to update the costs, that is what's called upon in the current window of updates to provide its values. If you want persistence, you need to persist the data in the layer so its updated as static information for each subsequent update cycle.