diff --git a/Robot/src/main/java/com/swrobotics/robot/subsystems/swerve/SwerveConstants.java b/Robot/src/main/java/com/swrobotics/robot/subsystems/swerve/SwerveConstants.java index c90c35b..172f74c 100644 --- a/Robot/src/main/java/com/swrobotics/robot/subsystems/swerve/SwerveConstants.java +++ b/Robot/src/main/java/com/swrobotics/robot/subsystems/swerve/SwerveConstants.java @@ -43,7 +43,7 @@ public class SwerveConstants { private static final double driveGearRatio = (50.0/16) * (16.0/28) * (45.0/15); private static final double steerGearRatio = 150.0 / 7; - private static final double wheelRadiusInches = 1.9 * 0.981162 * 1.022136 * 0.991 * 1.004198; // Estimated at first, then fudge-factored to make odom match record + private static final double wheelRadiusInches = 1.9 * 0.981162 * 1.022136 * 0.991 * 1.004198 * 1.002604; // Estimated at first, then fudge-factored to make odom match record private static final boolean steerMotorReversed = true;