Skip to content

Commit

Permalink
Update at 'Sun Jun 02 11:03:54 EDT 2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Jun 2, 2024
1 parent ae5f384 commit 706d174
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.891))
.wheelRadius(Units.inchesToMeters(1.9001))
.trackWidthX(Units.inchesToMeters(20.75))
.trackWidthY(Units.inchesToMeters(20.75))
.bumperWidthX(Units.inchesToMeters(37))
Expand Down

0 comments on commit 706d174

Please sign in to comment.