From: Meryem Esa Date: Thu, 11 Feb 2016 02:12:24 +0000 (-0800) Subject: add TODO comment for passLowbar X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=b332ad0d4dc703f34de13335b98864ed690eaa0e add TODO comment for passLowbar --- diff --git a/src/org/usfirst/frc/team3501/robot/commands/auton/PassLowBar.java b/src/org/usfirst/frc/team3501/robot/commands/auton/PassLowBar.java index 5a7ef5b4..9d9184d8 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/auton/PassLowBar.java +++ b/src/org/usfirst/frc/team3501/robot/commands/auton/PassLowBar.java @@ -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)); }