Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 914 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 914 Bytes

2016 Engineering Physics Uber-Bots Robot Competition

Team Andre You Have Nice Hair Also have you been working out

Ripped Andre

ENPH 253 Summer 2016 Team 7
Competition Page

das_pan

Upload robot.ino to the TINAH. If you clone this repo and wish to compile using arduino's IDE, you’ll need to change the sketchbook location to the path to the repo directory on your machine.

Sketchbook Location

To test the sensors and calibrate the actuators, run test.ino. To test the path finding algorithm, run nav.ino.

You can view the website locally by installing python and running the following command,

$ python -m SimpleHTTPServer 8000
Serving HTTP on 0.0.0.0 port 8000 …

then visiting localhost:8000 in your browser.