Binit Shah
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
17 additions and
0 deletions
-
ros1/intro_to_nav.md
|
|
@ -0,0 +1,17 @@ |
|
|
|
# Intro to Navigation |
|
|
|
|
|
|
|
## Display |
|
|
|
|
|
|
|
Visualize the robot in Rviz: |
|
|
|
|
|
|
|
``` |
|
|
|
roslaunch stretch_core stretch.launch |
|
|
|
``` |
|
|
|
|
|
|
|
## Simulation |
|
|
|
|
|
|
|
Visualize the simulated robot in Rviz: |
|
|
|
|
|
|
|
``` |
|
|
|
TODO |
|
|
|
``` |