frc1418 / 2015-robot

Team 1418's Robot code for 2015
Apache License 2.0
1 stars 1 forks source link

Calibration idea: wire up an LED to the RoboRIO to indicate that calibration is complete #34

Closed virtuald closed 9 years ago

virtuald commented 9 years ago

If you don't like the idea of a calibration routine (which really, should only take up 1/4th of a second!) then here's an alternative idea:

Hook up an LED directly to the roborio's output. Then, when the program starts up, it turns the LED on. At that point, the operators manually move the forklift into the correct position. When the switch is hit, the LED is turned off. This works because the robot can still read sensors in disabled mode.

We would still need to have the calibration feature in the code, for use in teleoperated/pits/whatever.