X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=881b07d68c5e43158e75766278ed33f18f93a080;hb=refs%2Fheads%2Fdanny%2Ftest-new-branch;hp=08dda700f3b64710aa3d141a3735884be595d27c;hpb=851fe5083e7d2b63a51e581c405d384432344050;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 08dda700..881b07d6 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -133,6 +133,7 @@ public class Constants { public final static double FULL_RANGE = 270.0; // in degrees public final static double OFFSET = -135.0; // in degrees public static final double ZERO_ANGLE = 0; + public static final double DEFAULT_INTAKE_ARM_SPEED = 0.3; } public static class DefenseArm {