Delete unused commands
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index f5241d805d609dc306402aa3141affb0d323a415..7ee2d3b29e2b6e378fc0277d6d785109580794ac 100644 (file)
@@ -124,7 +124,7 @@ public class Constants {
 
   public static class DeadReckoning {
     public static final double DEFAULT_SPEED = 0.5;
-    public static boolean isUsingTimeToPassDefense;
+    public static boolean isUsingTimeToPassDefense = true;
 
     // dead reckoning time and speed constants for driving through defenses
     public static double passRockWallTime = 0;