Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.04 KB

Roborodentia 2019

Autonomous drive code for Fold, the second place robot for Cal Poly's annual autonomous robotics competition.

Roborodentia Web Page

Game Rules (2019)

Roborodenia 2018 (first place)

Authors: Kevin Kellar and Derick Louie

Usage

This drive source code was written for an Arduino Uno, and it depends on the standard Arduino libraries.

It also depends on the following other Arduino libraries:

If these libraries are installed, this project should be easily compilable / uploadable by using Arduino IDE to open FOLD.ino.

The Makefile should allow for easy (mileage may vary) compilation / uploading of the drive code using Arduino Makefile.