From 65af2ee1b2e3690194a6f7004fdcf21c1bdcc8e4 Mon Sep 17 00:00:00 2001 From: hello-chintan Date: Thu, 30 Mar 2023 15:04:51 -0700 Subject: [PATCH] Add map_yaml param to autodock tutorial --- ros1/autodocking_nav_stack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ros1/autodocking_nav_stack.md b/ros1/autodocking_nav_stack.md index c27a641..e5d75d8 100644 --- a/ros1/autodocking_nav_stack.md +++ b/ros1/autodocking_nav_stack.md @@ -41,7 +41,7 @@ stretch_robot_stow.py To launch the demo, execute the following command: ```{.bash .shell-prompt} -roslaunch stretch_demos autodocking.launch +roslaunch stretch_demos autodocking.launch map_yaml:=${HELLO_FLEET_PATH}/maps/.yaml ```

@@ -206,4 +206,4 @@ This demo serves as an experimental setup to explore self-charging with Stretch. - The controller implementation is not robust to erroneous predock pose supplied by the camera and friction introduced by floor surfaces like carpet - The current design of the docking station is minimal and it is recommended that users find ways to stick the station to the floor to prevent it from moving while docking -Users are encouraged to try this demo and submit improvements. \ No newline at end of file +Users are encouraged to try this demo and submit improvements.