From d057f1613df6988a6ed7338c83bc2f16999a6c38 Mon Sep 17 00:00:00 2001 From: "Alan G. Sanchez" Date: Wed, 31 Aug 2022 09:22:43 -0700 Subject: [PATCH] Include command line instructions. --- example_13.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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