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.
123456789 |
- #!/bin/bash
-
- # Script to automatically start the robot operating programm
- # Has to be included to autostart of the RaspberryPi
-
- cd ~/Documents/GIT/projektarbeit_duelger_waldhauser_caliskan/
- source .venv/bin/activate
- cd software/roboter/raspy
- python3 mainProg.py
|