X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FTest4.java;fp=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FTest4.java;h=0000000000000000000000000000000000000000;hb=66bd9f829cd645cf0ddf151c1fbde82add1b4b3f;hp=bc2e5cd184425915a92ec2aa2d90da53813ae2ac;hpb=250ff166089b4bd2d3276e79fb985834a5b61cf9;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/Test4.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/Test4.java deleted file mode 100644 index bc2e5cd1..00000000 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/Test4.java +++ /dev/null @@ -1,36 +0,0 @@ -package org.usfirst.frc.team3501.robot.commands.shooter; - -import edu.wpi.first.wpilibj.command.Command; - -/** - * - */ -public class Test4 extends Command { - - public Test4() { - // Use requires() here to declare subsystem dependencies - // eg. requires(chassis); - } - - // Called just before this Command runs the first time - protected void initialize() { - } - - // Called repeatedly when this Command is scheduled to run - protected void execute() { - } - - // Make this return true when this Command no longer needs to run execute() - protected boolean isFinished() { - return false; - } - - // Called once after isFinished returns true - protected void end() { - } - - // Called when another command which requires one or more of the same - // subsystems is scheduled to run - protected void interrupted() { - } -}