Skip to content

Commit

Permalink
Modified to L2 gear ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
LeanMeanBeanMachine4774 committed May 19, 2024
1 parent 0217e3a commit 43f1677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chassis.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@


class SwerveModule:
DRIVE_GEAR_RATIO = (14.0 / 50.0) * (25.0 / 19.0) * (15.0 / 45.0)
DRIVE_GEAR_RATIO = (14.0 / 50.0) * (27.0 / 17.0) * (15.0 / 45.0)
STEER_GEAR_RATIO = (14 / 50) * (10 / 60)
WHEEL_CIRCUMFERENCE = 4 * 2.54 / 100 * math.pi

Expand Down

0 comments on commit 43f1677

Please sign in to comment.