Browse Source

Update intro_to_nav.md

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

+ 14
- 0
ros1/intro_to_nav.md View File

@ -14,6 +14,20 @@ For more details on the arguments, see the [API docs](https://github.com/hello-r
Visualize the simulated robot in Rviz:
```
roslaunch stretch_gazebo gazebo.launch rviz:=true
```
## Teleoperation
Switch to 'navigation' [mode](https://github.com/hello-robot/stretch_ros/tree/noetic/stretch_core#mode-std_msgsstring):
```
rosservice call /switch_to_navigation_mode
```
Run base teleop:
```
TODO
```

Loading…
Cancel
Save