From 79fca37f14e8f09a2ac00989b8118716fc54021c Mon Sep 17 00:00:00 2001 From: Chintan Desai Date: Wed, 25 Jan 2023 16:20:44 -0500 Subject: [PATCH] Add map path as launch argument --- ros2/navigation_simple_commander.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ros2/navigation_simple_commander.md b/ros2/navigation_simple_commander.md index 2f98cc0..b944930 100644 --- a/ros2/navigation_simple_commander.md +++ b/ros2/navigation_simple_commander.md @@ -36,10 +36,10 @@ colcon build ``` ## See It In Action -Go ahead and execute the following command to run the demo and visualize the result in RViz: +Go ahead and execute the following command to run the demo and visualize the result in RViz. Be sure to pass the correct path to the map YAML: Terminal 1: ```bash -ros2 launch stretch_navigation demo_security.launch.py +ros2 launch stretch_navigation demo_security.launch.py map:=${HELLO_ROBOT_FLEET}/maps/.yaml ```