From: Meryem Esa Date: Thu, 11 Feb 2016 04:36:10 +0000 (-0800) Subject: add comments for PassRampart X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=aa616af6a9dc8eebb4e347998f64125f75ce05d2 add comments for PassRampart --- diff --git a/src/org/usfirst/frc/team3501/robot/commands/auton/PassRampart.java b/src/org/usfirst/frc/team3501/robot/commands/auton/PassRampart.java index 5e894f5e..e0dfb490 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/auton/PassRampart.java +++ b/src/org/usfirst/frc/team3501/robot/commands/auton/PassRampart.java @@ -5,6 +5,10 @@ import edu.wpi.first.wpilibj.command.CommandGroup; /*** * This command will drive the robot through the rampart. * + * dependency on subsystems: drivetrain + * + * dependency on other commands: DriveForTime + * * pre-condition: robot is flush against the ramp of the outerworks in front of * the rampart *