Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 356 Bytes

listener.md

File metadata and controls

21 lines (14 loc) · 356 Bytes

Creating the listener

Create a python script inside scripts folder and name it listener.py

cd robotics/src/lab_1_tf/scripts
code listener.py

Copy the content from the Lab1/listener.txt into the listener.py

Enable permission to run the script as an executable.

chmod +x listener.py

<< Back to Main menu