Create a python script inside scripts folder and name it broadcaster.py
cd robotics/src/lab_1_tf/scriptscode broadcaster.pyCopy the content from the Lab1/broadcaster.txt into the broadcaster.py
Enable permission to run the script as an executable.
chmod +x broadcaster.py