From e07e27cf38d5d36d351d83b26d87a3e11b1d3d2d Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:00:43 -0700 Subject: [PATCH] docs: updated tutorial 3 to use absolute paths to scripts --- docs/tutorials/tutorial3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/tutorial3.md b/docs/tutorials/tutorial3.md index b9f5f049..05141663 100644 --- a/docs/tutorials/tutorial3.md +++ b/docs/tutorials/tutorial3.md @@ -88,7 +88,7 @@ This section covers using a gRPC script to create and provide scenario movement. ``` * From another terminal run the **scenario.py** script ```shell - /opt/core/venv/bin/python scenario.py + /opt/core/venv/bin/python /opt/core/share/tutorials/tutorial3/scenario.py ``` * In another terminal run the GUI ```shell @@ -150,7 +150,7 @@ API. * Double click on **n2** to get a terminal window * From the terminal window for **n2**, run the script ```shell - /opt/core/venv/bin/python move-node2.py + /opt/core/venv/bin/python /opt/core/share/tutorials/tutorial3/move-node2.py ``` * Observe that node 2 moves and continues to move