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:39:57 +0000 (10:39 -0800)
src/org/usfirst/frc/team3501/robot/Constants.java

index 57a54adcd1a5a323d55000d762e28de79fcd884e..1e281e84181a21b423f48107eef0f28b722fef5b 100644 (file)
@@ -75,6 +75,9 @@ 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;
 
   }