Skip to content

Commit

Permalink
Recalibrate swerve
Browse files Browse the repository at this point in the history
  • Loading branch information
pordonj committed May 2, 2024
1 parent a19e80d commit 935c32f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/deploy/swerve/modules/backleft.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"front": -10.25,
"left": 10.25
},
"absoluteEncoderOffset": 16.7,
"absoluteEncoderOffset": 15.2,
"drive": {
"type": "sparkmax",
"id": 5,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/swerve/modules/backright.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"front": -10.25,
"left": -10.25
},
"absoluteEncoderOffset": 298.3,
"absoluteEncoderOffset": 293,
"drive": {
"type": "sparkmax",
"id": 1,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/swerve/modules/frontleft.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"front": 10.25,
"left": 10.25
},
"absoluteEncoderOffset": 238,
"absoluteEncoderOffset": 237,
"drive": {
"type": "sparkmax",
"id": 8,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/swerve/modules/frontright.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"front": 10.25,
"left": -10.25
},
"absoluteEncoderOffset": 305.8,
"absoluteEncoderOffset": 313.9,
"drive": {
"type": "sparkmax",
"id": 3,
Expand Down

0 comments on commit 935c32f

Please sign in to comment.