From 933de9fa1c70509a90b0fc00df26cc06d5f746ca Mon Sep 17 00:00:00 2001 From: Binit Shah Date: Mon, 23 Oct 2023 21:12:15 -0700 Subject: [PATCH] Update intro_to_nav.md --- ros1/intro_to_nav.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ros1/intro_to_nav.md b/ros1/intro_to_nav.md index b681231..1465add 100644 --- a/ros1/intro_to_nav.md +++ b/ros1/intro_to_nav.md @@ -26,8 +26,18 @@ Switch to 'navigation' [mode](https://github.com/hello-robot/stretch_ros/tree/no rosservice call /switch_to_navigation_mode ``` -Run base teleop: +Run base keyboard teleop: ``` -TODO +roslaunch stretch_core teleop_twist.launch ``` + +or if you have the Xbox controller: + +``` +roslaunch stretch_core teleop_twist.launch teleop_type:=joystick +``` + +The deadman button is the 'A' button (the green one). + +![](https://docs.hello-robot.com/0.2/stretch-tutorials/getting_started/images/xbox.png)