Fix stupid stuff
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 4374e3720bfe775845dca32e0f1598256adf3b39..518196fee403048c790e76c7b24371922e82ebac 100644 (file)
@@ -126,6 +126,8 @@ public class Constants {
     public static enum State {
       RUNNING, STOPPED;
     }
+
+    public static double TESTING_SHOOTER_SPEED = 0.5;
   }
 
   public static class IntakeArm {