ENPH 253 Summer 2016 Team 7
Competition Page
Upload
robot.ino
to the TINAH. If you clone this repo and wish to compile usingarduino
's IDE, you’ll need to change thesketchbook location
to the path to the repo directory on your machine.
To test the sensors and calibrate the actuators, run
test.ino
. To test the path finding algorithm, runnav.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.