Skip to content

Commit

Permalink
Merge pull request #26 from OakvilleDynamics/fix/measurements
Browse files Browse the repository at this point in the history
Update robot dimensions
  • Loading branch information
garrettsummerfi3ld committed Mar 9, 2024
2 parents cd3c54d + 4627e0b commit 21b8b90
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"robotWidth": 0.9,
"robotLength": 0.9,
"robotWidth": 0.69,
"robotLength": 0.68,
"holonomicMode": true,
"pathFolders": [
"New Folder"
Expand Down
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": -11,
"left": 11
"front": -10.5,
"left": 10.625
},
"absoluteEncoderOffset": 276.15234375,
"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": -11,
"left": -11
"front": -10.5,
"left": -10.625
},
"absoluteEncoderOffset": 299.267578125,
"drive": {
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/swerve/modules/frontleft.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"location": {
"front": 11,
"left": 11
"front": 10.625,
"left": 10.5
},
"absoluteEncoderOffset": 357.978515625,
"drive": {
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": 11,
"left": -11
"front": 10.625,
"left": -10.5
},
"absoluteEncoderOffset": 52.91015625,
"drive": {
Expand Down

0 comments on commit 21b8b90

Please sign in to comment.