Skip to content

Commit

Permalink
docs: updated tutorial 3 to use absolute paths to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bharnden committed Oct 8, 2024
1 parent 6ebda61 commit e07e27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/tutorial3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e07e27c

Please sign in to comment.