Skip to content

Commit

Permalink
Tweak swerve module locations to be from center to each module...not …
Browse files Browse the repository at this point in the history
…to each corner of the frame.
  • Loading branch information
BrownGenius committed Jan 20, 2024
1 parent 5497e9a commit 634139e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/main/deploy/swervePracticeBot/modules/backleft.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"location": {
"front": -12.5,
"left": 12.5
"front": -9.75,
"left": 9.75
},
"absoluteEncoderOffset": -95.0976,
"drive": {
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/swervePracticeBot/modules/backright.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"location": {
"front": -12.5,
"left": -12.5
"front": -9.75,
"left": -9.75
},
"absoluteEncoderOffset": 65.21472,
"drive": {
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/swervePracticeBot/modules/frontleft.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"location": {
"front": 12.5,
"left": 12.5
"front": 9.75,
"left": 9.75
},
"absoluteEncoderOffset": 129.2328,
"drive": {
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/swervePracticeBot/modules/frontright.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"location": {
"front": 12.5,
"left": -12.5
"front": 9.75,
"left": -9.75
},
"absoluteEncoderOffset": 243.72072,
"drive": {
Expand Down

0 comments on commit 634139e

Please sign in to comment.