Skip to content

Commit

Permalink
Merge pull request #6 from OakvilleDynamics/Tweeked-Swerve-Code
Browse files Browse the repository at this point in the history
Tweeked Swerve code
  • Loading branch information
Kendialouge committed Jan 28, 2024
2 parents d982c8c + 2efa3d8 commit 057f33b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/main/deploy/swerve/modules/backleft.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"location": {
"front": -14.25,
"left": 14.25
"front": -13.5,
"left": 13.5
},
"absoluteEncoderOffset": 55.020,
"drive": {
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/swerve/modules/backright.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"location": {
"front": -14.25,
"left": -14.25
"front": -13.5,
"left": -13.5
},
"absoluteEncoderOffset": 298.740,
"drive": {
Expand Down
6 changes: 3 additions & 3 deletions src/main/deploy/swerve/modules/frontleft.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"location": {
"front": 14.25,
"left": 14.25
"front": 13.5,
"left": 13.5
},
"absoluteEncoderOffset": 185.977,
"absoluteEncoderOff14.25set": 185.977,
"drive": {
"type": "sparkmax",
"id": 1,
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/swerve/modules/frontright.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"location": {
"front": 14.25,
"left": -14.25
"front": 13.5,
"left": -13.5
},
"absoluteEncoderOffset": 88.330,
"drive": {
Expand Down

0 comments on commit 057f33b

Please sign in to comment.