diff --git a/example_13.md b/example_13.md index b68f4f1..c2e6923 100644 --- a/example_13.md +++ b/example_13.md @@ -21,7 +21,13 @@ Where `${HELLO_FLEET_PATH}` is the path of the `.yaml` file.

-Now we are going to use a node to send a a move base goal half a meter in front of the map's origin. run the following command to run the [navigation.py](https://github.com/hello-robot/stretch_tutorials/blob/main/src/navigation.py) node. +Now we are going to use a node to send a a move base goal half a meter in front of the map's origin. run the following command to execute the [navigation.py](https://github.com/hello-robot/stretch_tutorials/blob/main/src/navigation.py) node. + +```bash +# Terminal 2 +cd catkin_ws/src/stretch_tutorials/src/ +python navigation.py +``` ### The Code