add TODO comment for passLowbar
authorMeryem Esa <meresa14@gmail.com>
Thu, 11 Feb 2016 02:12:24 +0000 (18:12 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Tue, 16 Feb 2016 19:37:02 +0000 (11:37 -0800)
src/org/usfirst/frc/team3501/robot/commands/auton/PassLowBar.java

index 5a7ef5b4208e8552e5c9df539e1fd63d3ea4bf1b..9d9184d8d337de60362daa38b7059c8829ecb447 100755 (executable)
@@ -20,6 +20,8 @@ public class PassLowBar extends CommandGroup {
   private final double DEFAULT_SPEED = 0.5;
 
   public PassLowBar() {
+    // TODO: need to add sequential for retracting the arms and shooting hood
+    // once those commands are made
     addSequential(new DriveForDistance(DISTANCE, DEFAULT_SPEED));
   }