A self-driving car project for beginners and practitioners.
Build on RC car and jetson nano.

Note: This is the initial design, may not reflect the code now
git clone https://github.com/evan-wu/mycar.git
cd mycar
pip3 instal pyyaml adafruit-circuitpython-servokit flask pyzmq
chmod +x bin/run.sh
bin/run.sh <config_file, e.g.: config/web_drive.yml> <time_to_stop, e.g.: 120>Happy and safe driving!

