nathan815 / drone-competition

Control code & volunteer web app for drone racing competition
1 stars 0 forks source link

Make fly and test_flight executable #2

Closed nathan815 closed 5 years ago

nathan815 commented 5 years ago

fly.py and test_flight.py should be executable so we can start them simply as

./fly.py "Pilot Name" "Department" "Major"
./test_flight.py
nathan815 commented 5 years ago

Done

nathan815 commented 5 years ago

Added some shell scripts for this at root directory.