Browse Source

Fix error, driver needs to be in navigation mode

pull/10/head
hello-jesus 1 year ago
parent
commit
736138725d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ros2/example_3.md

+ 1
- 1
ros2/example_3.md View File

@ -6,7 +6,7 @@
The aim of example 3 is to combine the two previous examples and have Stretch utilize its laser scan data to avoid collision with objects as it drives forward.
```{.bash .shell-prompt}
ros2 launch stretch_core stretch_driver.launch.py
ros2 launch stretch_core stretch_driver.launch.py mode:=navigation
```
Then in a new terminal type the following to activate the LiDAR sensor.

Loading…
Cancel
Save