Skip to content

Commit

Permalink
Update at 'Fri Sep 27 17:09:19 PDT 2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Earle authored and Cameron Earle committed Sep 28, 2024
1 parent 907ba57 commit 5d336b6
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(2.0109244068301235))
.trackWidthX(Units.inchesToMeters(20.75))
.trackWidthY(Units.inchesToMeters(20.75))
.bumperWidthX(Units.inchesToMeters(37))
Expand Down

0 comments on commit 5d336b6

Please sign in to comment.