The designer modifies a simple RC car to handle three tasks:
- self-driving on the track;
- stop sign and traffic light detection;
- front collision avoidance;
All these three tasks have been possible due to three subsystems:
- input unit with a camera and an ultrasonic sensor;
- processing unit with a Raspberry Pi;
- RC car control unit;
Check the links below for the guide and all the code needed to make this self-driving robot car.
OpenCV Python Neural Network Autonomous RC Car | GitHub
Self Driving RC Car | zhengludwig.wordpress