attempt at making it autonomous

This commit is contained in:
simon987
2019-02-28 20:54:47 -05:00
parent 3986a3109b
commit 3400ee44ea
6 changed files with 103 additions and 56 deletions

View File

@@ -4,6 +4,6 @@ export DRONEROOT="task_tracker_drone"
screen -S tt_drone -X quit
echo "starting drone"
screen -S tt_drone -d -m bash -c "cd ${DRONEROOT} && source env/bin/activate && python src/tt_drone/drone.py"
screen -S tt_drone -d -m bash -c "cd ${DRONEROOT} && source env/bin/activate && python src/drone.py"
sleep 1
screen -list