Browse Source

Update intro_to_nav.md

pull/13/head
Binit Shah 1 year ago
committed by GitHub
parent
commit
933de9fa1c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions
  1. +12
    -2
      ros1/intro_to_nav.md

+ 12
- 2
ros1/intro_to_nav.md View File

@ -26,8 +26,18 @@ Switch to 'navigation' [mode](https://github.com/hello-robot/stretch_ros/tree/no
rosservice call /switch_to_navigation_mode
```
Run base teleop:
Run base keyboard teleop:
```
TODO
roslaunch stretch_core teleop_twist.launch
```
or if you have the Xbox controller:
```
roslaunch stretch_core teleop_twist.launch teleop_type:=joystick
```
The deadman button is the 'A' button (the green one).
![](https://docs.hello-robot.com/0.2/stretch-tutorials/getting_started/images/xbox.png)

Loading…
Cancel
Save