An RC car based on ROS, Raspberry Pi, Keras, and Donkey® Car API
Demo:
- Python 3.x
- Raspberry Pi 3/ 4 (recommended and used in this project) or Nvidia Jetson Nano
- Servo Driver PCA 9685
- Magnet Car or alternative
- ROS/ Raspbian Lite
- 3D printed parts
- Collbrate with Pi:
$ donkey calibrate --channel x/x
- Drive the Pi:
$ python drive.py
- View the drive control panel on host computer:
Opening your web broswer and typing your Pi's IP address and port
8887
e.g.,127.0.0.1:8887
- Trand your Keras Model
$ python train.py [tub directory]
- Drive with your trained model
$ python train.py [tub directory]
NOTE: Donkey® Car project provides Unity simulator for training. Chech out here!