Skip to content

Commit

Permalink
Update robot dimensions
Browse files Browse the repository at this point in the history
Updated robot dimensions to current lengths and widths from swerve modules and chassis.
  • Loading branch information
garrettsummerfi3ld committed Mar 3, 2024
1 parent 0854425 commit 2e88caf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 deletions.
9 changes: 3 additions & 6 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"robotWidth": 0.5588,
"robotLength": 0.5588,
"robotWidth": 0.69,
"robotLength": 0.68,
"holonomicMode": true,
"pathFolders": [
"Blue Station 1",
"Blue Station 2",
"Blue Station 3"
],
"autoFolders": [
"Red",
"Blue"
],
"autoFolders": [],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 540.0,
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.5,
"left": 10.625
},
"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.5,
"left": -10.625
},
"absoluteEncoderOffset": 52.91015625,
"drive": {
Expand Down

0 comments on commit 2e88caf

Please sign in to comment.