Skip to content

Commit

Permalink
Update at 'Sun Sep 29 11:31:26 PDT 2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Earle authored and Cameron Earle committed Sep 29, 2024
1 parent 8d46de2 commit 51fbc2a
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(2.0109244068301235))
.wheelRadius(Units.inchesToMeters(2.0007167031440374))
.trackWidthX(Units.inchesToMeters(20.75))
.trackWidthY(Units.inchesToMeters(20.75))
.bumperWidthX(Units.inchesToMeters(37))
Expand Down

0 comments on commit 51fbc2a

Please sign in to comment.