Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuring automatic saving rate on map_server #4

Open
corot opened this issue Aug 26, 2013 · 0 comments
Open

Allow configuring automatic saving rate on map_server #4

corot opened this issue Aug 26, 2013 · 0 comments

Comments

@corot
Copy link

corot commented Aug 26, 2013

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:

  • Add a parameter with maximum saving rate, what is a trivial change.
  • Overwrite temporal map during current session, what requires a bit more work but is cleaner and more elegant, I think.
corot pushed a commit to corot/world_canvas that referenced this issue Aug 20, 2014
here:
ros-planning/map_store#4

It's enabled/disabled through the auto_save_map parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant