Implement stopFlyWheel and stopIndexWheel
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheelContinuous.java
index aa2dbb26dd95c7a2717312909faeb69551ea4d64..2c243385f2395284613349f81d97e3c6ab17552d 100644 (file)
@@ -52,6 +52,7 @@ public class RunIndexWheelContinuous extends Command {
 
   @Override
   protected boolean isFinished() {
+    // TODO
     return false;
   }