X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fclimber%2FMaintainClimbedPosition.java;h=e1a4b30b9cc599e560628ff7d50347931b84bf17;hb=refs%2Fheads%2Frohan%2FtogglePistons;hp=88ca8e0904198a6a7f7eb4ca61bd81537ea6a56a;hpb=d1930cd9ed9720c44bc9471b7741f4218f5da842;p=3501%2F2017steamworks diff --git a/src/org/usfirst/frc/team3501/robot/commands/climber/MaintainClimbedPosition.java b/src/org/usfirst/frc/team3501/robot/commands/climber/MaintainClimbedPosition.java index 88ca8e0..e1a4b30 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/climber/MaintainClimbedPosition.java +++ b/src/org/usfirst/frc/team3501/robot/commands/climber/MaintainClimbedPosition.java @@ -42,7 +42,6 @@ public class MaintainClimbedPosition extends Command { protected void execute() { Robot.getDriveTrain().setMotorValues(DriveTrain.MAINTAIN_CLIMBED_POSITION, DriveTrain.MAINTAIN_CLIMBED_POSITION); - } @Override