MaverickPeter / MR_SLAM

[IEEE T-RO 2023] A modularized multi-robot SLAM system with elevation mapping and a costmap converter for easy navigation. Different odometry and loop closure algorithms can be easily integrated into the system.
MIT License
280 stars 19 forks source link

few test questions #24

Closed wolf943134497 closed 6 months ago

wolf943134497 commented 6 months ago

Hi @MaverickPeter Thanks for your released codes. I want to ask some questions:

  1. Did you compare Disco-SLAM with MR-SLAM,how much better is MR-SLAM
  2. I found that the test data 3_dog.bag was collected at the same moment, if I record data at different time, and the data have overlapping area, can MR-SLAM merge the data which collected at different time
  3. Do you have any relevant documents to introduce global_manager module

Thanks!

MaverickPeter commented 6 months ago

Hi @wolf943134497
Thanks for following our work.

  1. DiSCO-SLAM is a distributed SLAM system, and ours is a centralized SLAM, so we haven't compared these two systems.
  2. If the recorded data is collected at different times, you can play the different bags simultaneously and only publish one clock topic to simulate the multi-robot collaboration.
  3. We only have a brief introduction in Chinese. https://zhuanlan.zhihu.com/p/581173773
wolf943134497 commented 6 months ago

Thanks for your quick reply and great work!