Skip to content

Commit

Permalink
Update robot dimensions
Browse files Browse the repository at this point in the history
Updated robot dimensions to correct values for swerve modules and PathPlanner visualizations.
  • Loading branch information
garrettsummerfi3ld committed Mar 3, 2024
1 parent e4ab20e commit aa4e9b2
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": -13.5,
"left": 13.5
"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": -13.5,
"left": -13.5
"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": 13.5,
"left": 13.5
"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": 13.5,
"left": -13.5
"front": 10.625,
"left": -10.5
},
"absoluteEncoderOffset": 52.91015625,
"drive": {
Expand Down

0 comments on commit aa4e9b2

Please sign in to comment.