What is "Rolling Window" used for?
Hello~ all Recently I do some research about Robot Navigation. I'd like to find a way to save new map updated by Local Plan(Scan) while doing navigation. I found a interesting parameter "Rolling Window"...but no idea how to use it. Just know the definition as follows
http://wiki.ros.org/costmap_2d
~<name>/rolling_window (bool, default: false) Whether or not to use a rolling window version of the costmap. If the static_map parameter is set to true, this parameter must be set to false.
If "Rolling Window" is a parameter that user can do navigation and discover unknown area. Then we might can find some way to save the updated map. I tried to killl "amcl" node and run "slam_gmapping" independently. But...it's still failed cuz all new scanned info & static map will be cleaned.
Please share if you know... (1) what's the correct meaning of "rolling window" and how to use it (2) how to successfully saved new scanned info as a map file
Appreciation :)