X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=4ad8a4bf0be8bb5ded68e636dd9c2ee2910a2ec2;hb=5930d874bede4f9a0734fa113b4791b6910ef8ab;hp=f5241d805d609dc306402aa3141affb0d323a415;hpb=f11e620060e9ff7062b4409bbc4f14bb5bcf2e9d;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 f5241d80..4ad8a4bf 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -112,8 +112,8 @@ public class Constants { public static final int HOOD_FORWARD = 2; public static final int HOOD_REVERSE = 3; - public static final Value open = Value.kForward; - public static final Value closed = Value.kReverse; + public static final Value open = Value.kReverse; + public static final Value closed = Value.kForward; public static final Port LIDAR_I2C_PORT = I2C.Port.kMXP; @@ -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;