Browse Source

Update intro_to_nav.md

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

+ 8
- 0
ros1/intro_to_nav.md View File

@ -22,6 +22,14 @@ roslaunch stretch_gazebo gazebo.launch rviz:=true
At this point, we want to remove all wires tethered Stretch to our monitor/keyboard/etc. We'll set up "ROS Remote Master", which is a feature built into ROS that allows untethered operation. Follow this guide: https://docs.hello-robot.com/0.2/stretch-tutorials/getting_started/untethered_operation/#ros-remote-master
```
# on the robot
roslaunch stretch_core stretch.launch lidar_odom:=false respeaker:=false
# on your personal computer
rviz -d `rospack find stretch_core`/rviz/stretch.rviz
```
## Teleoperation
Switch to 'navigation' [mode](https://github.com/hello-robot/stretch_ros/tree/noetic/stretch_core#mode-std_msgsstring):

Loading…
Cancel
Save