Browse Source

Included mapping gif for reference.

pull/1/head
Alan Sanchez 3 years ago
parent
commit
5150af353f
2 changed files with 6 additions and 1 deletions
  1. BIN
     
  2. +6
    -1
      navigation_stack.md

BIN
View File


+ 6
- 1
navigation_stack.md View File

@ -7,7 +7,12 @@ Then run the following commands to map the space that the robot will navigate in
```bash
roslaunch stretch_navigation mapping.launch
```
Rviz will show the robot and the map that is being constructed. With the terminal open, use the instructions printed by the teleop package to teleoperate the robot around the room. Avoid sharp turns and revisit previously visited spots to form loop closures. In Rviz, once you see a map that has reconstructed the space well enough, you can run the following commands to save the map to `stretch_user/`.
Rviz will show the robot and the map that is being constructed. With the terminal open, use the instructions printed by the teleop package to teleoperate the robot around the room. Avoid sharp turns and revisit previously visited spots to form loop closures.
![image](images/mapping.gif)
In Rviz, once you see a map that has reconstructed the space well enough, you can run the following commands to save the map to `stretch_user/`.
```bash
mkdir -p ~/stretch_user/maps

Loading…
Cancel
Save