Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 374 Bytes

broadcaster.md

File metadata and controls

21 lines (14 loc) · 374 Bytes

Creating the Broadcaster

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

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

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

Enable permission to run the script as an executable.

chmod +x broadcaster.py

<< Back to Main menu