repository to manage all files related to the makeathon farm bot project (Software + Documentation).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

autostart.sh 262B

123456789
  1. #!/bin/bash
  2. # Script to automatically start the robot operating programm
  3. # Has to be included to autostart of the RaspberryPi
  4. cd ~/Documents/GIT/projektarbeit_duelger_waldhauser_caliskan/
  5. source .venv/bin/activate
  6. cd software/roboter/raspy
  7. python3 mainProg.py