This document provides instructions for building a basic autonomous vehicle using a Raspberry Pi, camera, and small RC car. It involves the following steps:
1) Assembling the hardware, which includes attaching a $25 camera and Raspberry Pi to the RC car.
2) Setting up the software, which uses machine learning to train a model to map images from the camera to motor and servo outputs.
3) Testing and refining the autonomous driving capabilities by having the car capture images, run predictions on the trained model to determine controls, and iteratively improving its performance over time.