We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3feaee4 commit ce340fbCopy full SHA for ce340fb
src/main/java/org/team1540/robot2024/Constants.java
@@ -71,7 +71,7 @@ public static class Drivetrain {
71
public static final double DRIVE_GEAR_RATIO = (50.0 / 14.0) * (IS_L3 ? 16.0 / 28.0 : 17.0 / 27.0) * (45.0 / 15.0);
72
public static final double TURN_GEAR_RATIO = 150.0 / 7.0;
73
public static final boolean IS_TURN_MOTOR_INVERTED = true;
74
- public static final double WHEEL_RADIUS = Units.inchesToMeters(1.9836954390238841);
+ public static final double WHEEL_RADIUS = Units.inchesToMeters(1.9639138572591197);
75
76
public static final double MAX_LINEAR_SPEED = Units.feetToMeters(IS_L3 ? 16.0 : 15.7);
77
public static final double TRACK_WIDTH_X = Units.inchesToMeters(18.75);
0 commit comments