Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 986 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 986 Bytes

SpeedRacer

story_routine

About

SpeedRacer is a 1/18 scale autonomous R/C car which incorporates an RPLidar (spinning lidar) and other components for autonomy, built by TJHSST's Self-Driving Cars Team. This GitHub repository contains code, schematics and CAD files for the microcontroller version of the car - which uses an ESP32 as the main computational device.

  • V0 - Nvidia Jetson, RPLidar
  • V1 - ESP32, RPLidar
  • V2(current) - ESP32, RPLidar (spinning LIDAR), TFMini (point distance sensor)

Setup

To set up arduino for the ESP32, follow these instructions or any other similar resource. This will allow you to select the correct board, which is called "DOIT ESP32 DEVKIT V1".

In addition, the ServoESP32 library should also be installed via the library manager.

The code should compile after this.