You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
corot
pushed a commit
to corot/world_canvas
that referenced
this issue
Aug 20, 2014
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:
The text was updated successfully, but these errors were encountered: