Browse Source

Fixed bash command.

pull/1/head
Alan Sanchez 3 years ago
parent
commit
6b39a21a59
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example_1.md

+ 1
- 1
example_1.md View File

@ -16,7 +16,7 @@ To drive the robot forward with the move node, type the following in a new termi
```
cd catkin_ws/src/stretch_ros_turotials/src/
python move.py
python3 move.py
```
To stop the node from sending twist messages, type **Ctrl** + **c**.

Loading…
Cancel
Save