X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fauton%2FPassChivalDeFrise.java;fp=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fauton%2FPassChivalDeFrise.java;h=5d77d53fc6346856fc14dd60934d35f6d9105598;hb=0022ac840c253c586de298ce6dc26c833625cc58;hp=0a77addab3e45469d56e469ec6fd5593c82202e7;hpb=2e74db51ee32c8a7a297d5e04150ffe2c408ee25;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/commands/auton/PassChivalDeFrise.java b/src/org/usfirst/frc/team3501/robot/commands/auton/PassChivalDeFrise.java index 0a77adda..5d77d53f 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/auton/PassChivalDeFrise.java +++ b/src/org/usfirst/frc/team3501/robot/commands/auton/PassChivalDeFrise.java @@ -6,23 +6,7 @@ import edu.wpi.first.wpilibj.command.CommandGroup; * */ public class PassChivalDeFrise extends CommandGroup { - - public PassChivalDeFrise() { - // Add Commands here: - // e.g. addSequential(new Command1()); - // addSequential(new Command2()); - // these will run in order. - // To run multiple commands at the same time, - // use addParallel() - // e.g. addParallel(new Command1()); - // addSequential(new Command2()); - // Command1 and Command2 will run in parallel. - - // A command group will require all of the subsystems that each member - // would require. - // e.g. if Command1 requires chassis, and Command2 requires arm, - // a CommandGroup containing them would require both the chassis and the - // arm. - } + public PassChivalDeFrise() { + } }