X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FResetCatapult.java;h=0651ce8f1b04582c7255b052c854d8cc4231a501;hb=3082b8095b18f21683ac5f79492d7d4503ec05d4;hp=3c46bf4dfcf757e1e651bdf7a665d49822e6a458;hpb=0496ee10adca9fb0bbeafba909c98c6d75823078;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/ResetCatapult.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/ResetCatapult.java index 3c46bf4d..0651ce8f 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/ResetCatapult.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/ResetCatapult.java @@ -5,6 +5,11 @@ import org.usfirst.frc.team3501.robot.Robot; import edu.wpi.first.wpilibj.command.Command; +/*** + * + * This command will retract the catapult pistons. + * + */ public class ResetCatapult extends Command { public ResetCatapult() {