Merge branch 'shooter' of code.dublinschool.org:repos/FRC/FRC2016 into shooter

This commit is contained in:
Aidan Ferguson 2016-02-11 16:20:17 -05:00
commit 21f26a8907
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;
}