modifying a known map gmapping
I was wondering if it's possible to create a partial map using the navigation stack and then reloading the map later to complete it. Correct me if I am wrong but it seems you can load previously known maps to the amcl demo but that program does not build on the map, trying the same command to the gmapping demo doesnt seem to work:
$ roslaunch turtlebot_navigation gmapping_demo.launch map_file:=/tmp/my_map.yaml
How does one complete a partial map? Also is it possible to edit the map.pgm file in something like gpaint to correct small errors?
yes you can do small corrections on the map. http://www.youtube.com/watch?v=29vGhoXGv_k check out this video it is an edited map and robot can do navigation
awesome, now I just need to figure out how to load in a partially completed map into the gmapping demo