Skip to content

Commit ce340fb

Browse files
committed
Update at 'Sun Sep 29 09:21:09 PDT 2024'
1 parent 3feaee4 commit ce340fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/team1540/robot2024/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static class Drivetrain {
7171
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);
7272
public static final double TURN_GEAR_RATIO = 150.0 / 7.0;
7373
public static final boolean IS_TURN_MOTOR_INVERTED = true;
74-
public static final double WHEEL_RADIUS = Units.inchesToMeters(1.9836954390238841);
74+
public static final double WHEEL_RADIUS = Units.inchesToMeters(1.9639138572591197);
7575

7676
public static final double MAX_LINEAR_SPEED = Units.feetToMeters(IS_L3 ? 16.0 : 15.7);
7777
public static final double TRACK_WIDTH_X = Units.inchesToMeters(18.75);

0 commit comments

Comments
 (0)