From: Shaina Chen Date: Wed, 10 Feb 2016 03:14:40 +0000 (-0800) Subject: add commments of confusion to isFinished() X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=944deefe4935965a0a56516b2d4c9921a258853a add commments of confusion to isFinished() --- diff --git a/src/org/usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java b/src/org/usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java index 2ca0654c..0c30e781 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/RaiseArmContinuous.java @@ -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