Skip to content

Fix map area not being fully freed when current scan is in it

Daniel Müller requested to merge fix/update_map_parts into master
  • Do a "hard reset" of map pixels --> call PixelValue constructor instead of only resetting parts of its member variables holding occupancy information
  • Initial fill-in of current scan into updated map as mapping does when started (take first scan, insert it, even-though robot isn't moving)
Edited by Daniel Müller

Merge request reports