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

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kredcool authored May 29, 2024
1 parent fdbf3fa commit 199687d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rio/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ class DriveConstants:
kFrontRightDrivingCanId = 1
kRearRightDrivingCanId = 3

kFrontLeftTurningCanId = 6
kRearLeftTurningCanId = 8
kFrontRightTurningCanId = 2
kRearRightTurningCanId = 4
kFrontLeftDriveInversion = True
kRearLeftDriveInversion = True
kFrontRightDriveInversion = False
kRearRightDriveInversion = False

kGyroReversed = True

Expand Down

0 comments on commit 199687d

Please sign in to comment.