Skip to content

Commit

Permalink
[Robot] Re-tune wheel radius
Browse files Browse the repository at this point in the history
  • Loading branch information
mvog2501 committed Apr 13, 2024
1 parent 80bd7fe commit 55344b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 55344b5

Please sign in to comment.