fix syntax errors cindy/shooterTesting
authorKevin Zhang <icestormf1@gmail.com>
Sun, 21 Feb 2016 22:52:22 +0000 (14:52 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Tue, 23 Feb 2016 00:22:21 +0000 (16:22 -0800)
src/org/usfirst/frc/team3501/robot/Constants.java

index 7dafe0bf231f03c660d233014d331c5ecfb9ab7c..890302523f6fc2df9885a88b6083453d3b0c462b 100644 (file)
@@ -251,6 +251,7 @@ public class Constants {
     public static final double PASS_ROUGH_TERRAIN_TIME = 0;
     public static final double PASS_ROUGH_TERRAIN_SPEED = 0;
     public static final double PASS_ROUGH_TERRAIN_DIST = 0;
+    public static final double DEFAULT_SPEED = 0.3;
   }
 
   public enum Direction {