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

Commit

Permalink
Update CAN IDs
Browse files Browse the repository at this point in the history
Swapped CAN IDs on the backleft and backright modules.
  • Loading branch information
garrettsummerfi3ld committed Feb 8, 2024
1 parent dd7b995 commit 629e788
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/main/deploy/swerve/modules/backleft.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"absoluteEncoderOffset": 276.15234375,
"drive": {
"type": "sparkmax",
"id": 11,
"id": 41,
"canbus": null
},
"angle": {
"type": "sparkmax",
"id": 12,
"id": 42,
"canbus": null
},
"conversionFactor": {
Expand All @@ -20,7 +20,7 @@
},
"encoder": {
"type": "cancoder",
"id": 13,
"id": 43,
"canbus": null
},
"inverted": {
Expand Down
6 changes: 3 additions & 3 deletions src/main/deploy/swerve/modules/backright.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"absoluteEncoderOffset": 299.267578125,
"drive": {
"type": "sparkmax",
"id": 41,
"id": 11,
"canbus": null
},
"angle": {
"type": "sparkmax",
"id": 42,
"id": 12,
"canbus": null
},
"conversionFactor": {
Expand All @@ -20,7 +20,7 @@
},
"encoder": {
"type": "cancoder",
"id": 43,
"id": 13,
"canbus": null
},
"inverted": {
Expand Down

0 comments on commit 629e788

Please sign in to comment.