Changed todo to reflect lack of ramp.

This commit is contained in:
Dieter Brehm 2016-02-10 21:24:35 -05:00
parent 2534f700f1
commit 99fb8c19e6
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ public:
*/
RampState CalibrateRamp() {
// TODO:
// Raise ramp until limit switch is triggered,
// then lower the ramp to its lower limit.
// Ramp no longer exists, replace with more wheels.
return Down;
}