add TODO comment for passLowbar
[3501/stronghold-2016] / 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));
   }