Skip to content

Commit

Permalink
Update wheel radius
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed May 29, 2024
1 parent ffd42d9 commit 907ba57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class DriveConstants {
switch (Constants.getRobot()) {
case SIMBOT, COMPBOT ->
DriveConfig.builder()
.wheelRadius(Units.inchesToMeters(1.936)) // 1.936
.wheelRadius(Units.inchesToMeters(1.891))
.trackWidthX(Units.inchesToMeters(20.75))
.trackWidthY(Units.inchesToMeters(20.75))
.bumperWidthX(Units.inchesToMeters(37))
Expand Down

0 comments on commit 907ba57

Please sign in to comment.