blakeelias / Stuy-Naught-2010

Zero Robotics competition code. Was run on the International Space Station.

Home Page:http://groups.google.com/group/stuy-zero-robotics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuy-Naught code for Zero Robotics 2010

Code for Stuyvesant High School's entry to Zero Robotics 2010.

Robot was tasked with performing an autonomous navigation and repair task.

Simulation Video

Zero Robotics Simulation

Live Test on International Space Station

Zero Robotics Space Station Run

Adding Code

Add any code, either for testing or actual competition, to this repository. The ZR IDE won't let you copy and paste a whole file, but post everything using traditional C syntax, and copy each piece (function headers, function bodies, global variables) into the right place. Always include a thorough comment block at the top of your file, plus comments throughout your code as necessary, describing its usage and behavior, and make note of any simulation options that need to be set for the test to run properly (positions, angles, etc).

About

Zero Robotics competition code. Was run on the International Space Station.

http://groups.google.com/group/stuy-zero-robotics


Languages

Language:C 99.1%Language:Makefile 0.9%