This website works better with JavaScript.
Home
Explore
Help
Sign In
cccccccc
/
stretch_tutorials
mirror of
https://github.com/hello-robot/stretch_tutorials.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix error, driver needs to be in navigation mode
pull/10/head
hello-jesus
1 year ago
parent
e3f6d0171c
commit
736138725d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.
Write
Preview
Loading…
Cancel
Save