X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fauton%2FPassSallyPort.java;fp=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fauton%2FPassSallyPort.java;h=a5fafa011a9dcbcfe9e96984c7c71f4dadbd12b6;hb=0022ac840c253c586de298ce6dc26c833625cc58;hp=2d956dcc781ef00b3db75d2c6cf188f3da80919d;hpb=2e74db51ee32c8a7a297d5e04150ffe2c408ee25;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/commands/auton/PassSallyPort.java b/src/org/usfirst/frc/team3501/robot/commands/auton/PassSallyPort.java index 2d956dcc..a5fafa01 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/auton/PassSallyPort.java +++ b/src/org/usfirst/frc/team3501/robot/commands/auton/PassSallyPort.java @@ -6,23 +6,8 @@ import edu.wpi.first.wpilibj.command.CommandGroup; * */ public class PassSallyPort extends CommandGroup { - - public PassSallyPort() { - // 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. + public PassSallyPort() { - // 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. - } + } }