merge it bby

This commit is contained in:
aarav18
2020-01-31 17:53:33 -07:00
2 changed files with 14 additions and 16 deletions
@@ -53,6 +53,7 @@ public final class Constants {
public static final double TICKS_PER_MOTOR_REV = 2048;
public static final double MOTOR_TO_WHEEL_GEAR_RATIO = 12.5;
public static final double WHEEL_DIAMETER_INCHES = 6;
public static final double TICKS_PER_GYRO_REV = 8192;
/* Ratio Calculation */
public static final double TICK_TIME_TO_SECONDS = 0.1;