X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fauton%2FPassRoughTerrain.java;fp=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fauton%2FPassRoughTerrain.java;h=4fe09f4f45dbb68eb279fb93f6cbc4a70c39a786;hb=a7c4ef6746aa75c806cb8a465f50a43dd236cded;hp=acc493d23e27f2df07fcd2f2fea662bb63f89897;hpb=81b4502d5879a09182b31618daddf4b319d02519;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/commands/auton/PassRoughTerrain.java b/src/org/usfirst/frc/team3501/robot/commands/auton/PassRoughTerrain.java index acc493d2..4fe09f4f 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/auton/PassRoughTerrain.java +++ b/src/org/usfirst/frc/team3501/robot/commands/auton/PassRoughTerrain.java @@ -5,6 +5,10 @@ import edu.wpi.first.wpilibj.command.CommandGroup; /*** * This command will drive the robot through the rough terrain. * + * dependency on subsytems: drivetrain + * + * dependency on other commands: DriveForTime + * * pre-condition: robot is flush against the ramp of the outerworks in front of * the rough terrain *