how to save explored unknown map with multiple robots?
Hi,
I have two robots and they explore an unknown environment. In the second run, I want them to explore this map again but this time as a known map. How can I save the explored map in the first turn?
I tried slamgmapping, and followed http://wiki.ros.org/slamgmapping/Tutorials/MappingFromLoggedData tutorial. But I am not able to proceed ahead with the last step. The map-saver keeps on waiting for the map. After lots of investigations,I have the following results:
- /map has no messages being published.
- In the step 5 of above tutorial where we bring up slamgmapping, I am mapping it to basescan. But in reality I have no such topic. I have separate basescans for each robot. /robot0/basescan and /robot1/base_scan. Is there a way I can map these both.
- I found an older post on this site, which says slam_gmapping is not possible with multiple robots. Is it still the case?
- If slam_gmapping is not there, Is there any other way/package to save the map.
Please let me know your thoughts on this.
Asked by robo_explorer on 2015-11-25 16:58:15 UTC
Comments