Skip to content

Commit f31dac1

Browse files
committed
Added MRSLAM gif showing mapping and loop closure
1 parent 99936a3 commit f31dac1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ The video below was collected at [Circuit Launch](https://www.circuitlaunch.com/
4646

4747
![map_image](/images/circuit_launch.gif?raw=true "Map Image")
4848

49+
# Multi-Robot SLAM
50+
SLAM Toolbox supports multi-robot SLAM. The robots must all start in the same location, facing the same way. The first robot to connect determines the world origin, and the relative starting points of the other robots are determined using laser scan matching. This allows all robots to add to a shared pose graph, which makes possible:
51+
- Localization of multiple robots
52+
- Mapping using information from all sensor readings
53+
- Loop closures across robots
54+
Currently, synchornous and asynchornous mapping is supported.
55+
56+
![MRSLAM_gif](/images/mrslam_readme.gif?raw=true "Multi-Robot SLAM")
57+
58+
`odom_frames`, `base_frames`, and `laser_topics` define odom frame, base frame, and laser topic for all robots. These params must all have the same order of robots, and must have the same number of elements. This means that each robot can only have one LIDAR.
4959

5060
# 03/23/2021 Note On Serialized Files
5161

images/mrslam_readme.gif

5.84 MB
Loading

0 commit comments

Comments
 (0)