Skip to content

Commit

Permalink
Update at 'Sat Oct 12 14:10:00 EDT 2024'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Earle authored and Cameron Earle committed Oct 12, 2024
1 parent c874c0e commit 9fb90e2
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.0007167031440374))
.wheelRadius(Units.inchesToMeters(1.98836))
.trackWidthX(Units.inchesToMeters(20.75))
.trackWidthY(Units.inchesToMeters(20.75))
.bumperWidthX(Units.inchesToMeters(37))
Expand Down

0 comments on commit 9fb90e2

Please sign in to comment.