create constants for error default gettings from the smartdashboard
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Constants.java
index 2c94ba66e3896ae6ff010ab5d0be5a29e7e0000b..1e281e84181a21b423f48107eef0f28b722fef5b 100644 (file)
@@ -75,7 +75,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 {