Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Event/wpi #33

Merged
merged 15 commits into from
Jun 6, 2024
Prev Previous commit
Next Next commit
reinverting motors
  • Loading branch information
Kredcool committed May 31, 2024
commit a66dce8a903454ee1988564949a81ab0c0bcdbad
4 changes: 2 additions & 2 deletions rio/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ class DriveConstants:
kFrontRightTurningCanId = 2
kRearRightTurningCanId = 4

kFrontLeftDriveInversion = True
kRearLeftDriveInversion = True
kFrontLeftDriveInversion = False
kRearLeftDriveInversion = False
kFrontRightDriveInversion = False
kRearRightDriveInversion = False

Expand Down
Loading