FAQ - WARRExploration/Rover_II GitHub Wiki
rosrun
?
How to make a python script executable with You will have to make the file executable chmod +x <path/to/file.py>
and you will have to add #!/usr/bin/env python
in the first line of the script (so that the os knows with what program it has to execute this file