Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 2.01 KB

README.md

File metadata and controls

46 lines (36 loc) · 2.01 KB

Self Driving Remote Control Car

Drawing Drawing

Components

  • Raspberry PI Model 3B (link)
  • Raspberry PI Camera (link)
  • Arduino Motor Shielf (link)
  • Robocar Chasis (link)
  • Breadboard and Jumper Wires (link)
  • SD Card (link)
  • Power bank for mobile

In addiion below accessories are good to have

Setting Up

  1. Setup PI: Download and install Raspbian
  2. Assemble car
  3. Configure Motor Shield (link)

Track Setup

Drawing

Capturing Training Data

Watch the video

Download Training Data

Training

  • Random Forest Model: (link)
  • Fully Connected Neural Net: (link)
  • Multilayer Perceptron: (link)
  • Convolution Neural Net

Running Car

References

This post from Zheng Wang's is really good (link). His car can detect obstacles and traffic light.