add TODO comment for testing WaitCommand
authorMeryem Esa <meresa14@gmail.com>
Thu, 18 Feb 2016 21:57:33 +0000 (13:57 -0800)
committerMeryem Esa <meresa14@gmail.com>
Thu, 18 Feb 2016 22:11:56 +0000 (14:11 -0800)
src/org/usfirst/frc/team3501/robot/commands/auton/DefaultAutonStrategy.java

index 0083cf5570ab3f1da196494d5fd6052b8ca7e5d7..6ccef7c587e889d1d32ac32d778a9661b7afbc94 100755 (executable)
@@ -44,6 +44,7 @@ public class DefaultAutonStrategy extends CommandGroup {
       addSequential(new PassRampart());
 
     addSequential(new AlignToScore(position));
+    // TODO: test for how long robot should wait
     addSequential(new WaitCommand(5.0));
     addSequential(new Shoot());