create constants for error default gettings from the smartdashboard
authorEvanYap <evanyap.14@gmail.com>
Sat, 4 Feb 2017 22:42:30 +0000 (14:42 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 18:38:03 +0000 (10:38 -0800)
src/org/usfirst/frc/team3501/robot/Constants.java

index c68cc6280a54b8c91c4d7fc65d9beacfdbd4a771..d6db862a529a043cc6a674a0a8d946b1188227ac 100644 (file)
@@ -62,7 +62,11 @@ public class Constants {
     public static final String D_Val = "D";
     public static final String TARGET_DIST = "SETPOINT";
     public static final String MOTOR_VAL = "SPEED";
+    public static final int PID_ERROR = -1;
+    public static final int TARGET_DISTANCE = -1;
+
     public static final SPI.Port GYRO_PORT = SPI.Port.kOnboardCS0;
+
   }
 
   public static class Intake {