implement ToggleWinch command
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index e18c8710a61eaf8454116d28d91e1de5c18abc81..20282740a75198a70f6551e0cdf421a661eed187 100644 (file)
@@ -44,8 +44,6 @@ public class Constants {
     public static final Value HIGH_GEAR = DoubleSolenoid.Value.kForward;
     public static final Value LOW_GEAR = DoubleSolenoid.Value.kReverse;
 
-    public static final double CLIMBER_SPEED = 5;
-
     // MOTOR CONTROLLERS
     public static final int FRONT_LEFT = 1;
     public static final int FRONT_RIGHT = 3;