Browse Source

Add link to untethered operation

pull/16/head
Chintan Desai 1 year ago
committed by GitHub
parent
commit
38551aa1c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ros1/navigation_stack.md

+ 2
- 2
ros1/navigation_stack.md View File

@ -1,6 +1,6 @@
## Navigation Stack with Actual robot
stretch_navigation provides the standard ROS navigation stack as two launch files. This package utilizes gmapping, move_base, and AMCL to drive Stretch around a mapped space. Running this code will require the robot to be untethered.
stretch_navigation provides the standard ROS navigation stack as two launch files. This package utilizes gmapping, move_base, and AMCL to drive Stretch around a mapped space. Running this code will require the robot to be [untethered](https://docs.hello-robot.com/0.2/stretch-tutorials/getting_started/untethered_operation/).
Then run the following commands to map the space that the robot will navigate in.
@ -68,4 +68,4 @@ roslaunch stretch_navigation mapping.launch rviz:=false teleop_type:=none
rviz -d `rospack find stretch_navigation`/rviz/mapping.launch
# On your machine, Terminal 2:
roslaunch stretch_core teleop_twist.launch teleop_type:=keyboard # or use teleop_type:=joystick if you have a controller
```
```

Loading…
Cancel
Save