Updating Costmap2D with a static map
Hello everyone,
I'm working on exploration of unknown maps with mobile robots. I would like to know if there is a way to update a costmap from a static map (e.g. the one created by gmapping) in place of using the observation_sources
parameter, while also keeping the track_unknown_space
parameter to true.
I need this because otherwise sometimes my exploration costmap gets noisy. As an alternative can the clear_costmap_recovery be used for a custom costmap in order to reinitialize the map from a static map?
Thank you in advance!