Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 441 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 441 Bytes

Autonomous RC car

Overview

The goal was to program a microcontroller from scratch to make a autonomous rc car.

Diagram

The rc car can drive through any course that looks like the following:

Track

I created a simulation in Unity 2D that shows how the driving algorithm works, the raycast lines simulate the ultrasound sensors.

Simulation