ros-planning / map_store

Storage manager for OccupancyGrid maps. Supports naming the most recent map, getting a list of map names, and publishing a specific map.
7 stars 20 forks source link

Allow configuring automatic saving rate on map_server #4

Open corot opened 11 years ago

corot commented 11 years ago

That is, do not save on any map callback. When making a map with gmapping it saves a new make every 5 s (default publish rate on gmapping), what crowds the database innecessarily. Worse is that map chooser map selection menu gets crowded with half-done useless maps. I propose two possible changes: