Skip to content

Commit

Permalink
use correct robot dimensions (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaxwell24 authored Feb 27, 2024
1 parent ec6fdc5 commit 8c56468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@
"""meters"""

# Robot Physical parameters
kRobotWidth = 26 * kMetersPerInch
kRobotWidth = 28 * kMetersPerInch
"""meters"""

kRobotLength = 24 * kMetersPerInch
kRobotLength = 26 * kMetersPerInch
"""meters"""

kSwerveModuleCenterToRobotCenterWidth = 10.375 * kMetersPerInch
Expand Down

0 comments on commit 8c56468

Please sign in to comment.