Add constant arm length and command getArmHeight
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index ae5941b3e21d9892b3865f655d7f29c64b9c8988..216d816d57c721dfb2550ee433b72f088e0d2a6f 100644 (file)
@@ -77,7 +77,8 @@ public class Constants {
                public static final double OUTPUT_SPEED = -0.5;
                public final static double FULL_RANGE = 270.0; // in degrees
                public final static double OFFSET = -135.0; // in degrees
-               public final static double ZERO_ANGLE = 0;
+               public final static double ZERO_ANGLE = 180; // in degrees
+               public final static double ARM_LENGTH = 15; // in inches
        }
 
        public static class DefenseArm {