add commments of confusion to isFinished()
authorShaina Chen <shaina.sierra@gmail.com>
Wed, 10 Feb 2016 03:14:40 +0000 (19:14 -0800)
committerShaina Chen <shaina.sierra@gmail.com>
Wed, 10 Feb 2016 03:14:40 +0000 (19:14 -0800)
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