add commments of confusion to isFinished()
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / RaiseArmContinuous.java
index 2ca0654ce9e727e8b3e105321fd717b9b483ce0d..0c30e781ca7dc6990caef9897b5aa3924f035d78 100755 (executable)
@@ -25,6 +25,8 @@ public class RaiseArmContinuous extends Command {
   @Override
   protected boolean isFinished() {
     return false;
+    // not sure if anything should be in isFinished
+    // when button is released command should go directly to end() ?
   }
 
   @Override