Skip to content

Commit dc38e95

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents e6dd6ec + ae10429 commit dc38e95

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,22 +100,26 @@ To spawn the LMR1 robot in Gazebo using the default TurtleBot world, launch `gaz
100100
$ roslaunch lmr1_description gazebo.launch
101101
```
102102

103-
##### 🗺️ GMapping SLAM Implementation
103+
##### 🗺️ SLAM Implementation
104104

105105
<table>
106106
<tr>
107107
<td width="50%" valign="top">
108108

109109
<div align="justify">
110110

111-
You can run `gmapping_slam.launch` to demonstrate the GMapping SLAM algorithm using the LMR1 robot within the TurtleBot world environment.
111+
You can run `gmapping.launch` or `hector.launch` to demonstrate the GMapping and Hector SLAM algorithms, respectively.
112112

113113
</div>
114114

115115
```bash
116116
$ roslaunch lmr1_description gmapping.launch
117117
```
118118

119+
```bash
120+
$ roslaunch lmr1_description hector.launch
121+
```
122+
119123
</td>
120124
<td width="50%" valign="top">
121125

0 commit comments

Comments
 (0)