Repository of Self Driving RC Car Stinger
Preliminary steps to begin with
-
SSH into the Pi
ssh [email protected]
-
Enter the virtual environment
source /raceon/bin/activate
-
Run the Initialization Script
bash init_script.sh
-
Check if the motors are enabled and working
python start.py
-
Stop the running motors
python stop.py
-
Run the car
python run.py