costmap_2d clear obstacles after every update
Hi, I am creating costmaps of highly dynamic obstacles and want it to be efficiently cleared just before every update, so that each time only the current point cloud is projected into the map and there is no trace of what was previously projected. Any help is appreciated. Thanks.