Skip to content

Commit e84fbbf

Browse files
authored
fix bringup launch command in README.md
fix bringup launch command
1 parent 11ac235 commit e84fbbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Then follow the steps listed below to run the real Diffbot or Remo robot hardwar
194194
Make sure to run this on the real robot (e.g. connect to it via `ssh`):
195195

196196
```console
197-
roslaunch diffbot_bringup diffbot_bringup_with_laser.launch
197+
roslaunch diffbot_bringup bringup_with_laser.launch
198198
```
199199

200200
2. Then, in a new terminal on your remote/work development machine (not the single board computer) run the slam gmapping with the same command as in the simulation:
@@ -217,7 +217,7 @@ After the mapping process it is possible to use the created map for navigation,
217217
1. On the single board computer (e.g. Raspberry Pi) make sure that the following is launched:
218218

219219
```console
220-
roslaunch diffbot_bringup diffbot_bringup_with_laser.launch
220+
roslaunch diffbot_bringup bringup_with_laser.launch
221221
```
222222

223223
2. Then on the work/remote development machine run the `diffbot_hw.lauch` from the `diffbot_navigation` package:

0 commit comments

Comments
 (0)