Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
fix(auto): Improve four piece path.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenheroux committed Apr 18, 2024
1 parent 44679f8 commit bb3be56
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions src/main/deploy/pathplanner/paths/clean.center.3to.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"waypoints": [
{
"anchor": {
"x": 2.4031274310765443,
"y": 4.450117887396973
"x": 2.4499707772596704,
"y": 4.251033666118688
},
"prevControl": null,
"nextControl": {
"x": 2.0738164553252196,
"y": 4.963072233836776
"x": 2.379705757984981,
"y": 5.094213897414956
},
"isLocked": false,
"linkedName": null
Expand All @@ -20,8 +20,8 @@
"y": 5.545221859674489
},
"prevControl": {
"x": 2.409292510892716,
"y": 5.130810261620524
"x": 2.5670791427174855,
"y": 5.597779868883561
},
"nextControl": null,
"isLocked": false,
Expand All @@ -45,7 +45,7 @@
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": -36.458444461947124,
"rotation": -18.0834453830487,
"velocity": 0
},
"useDefaultConstraints": true
Expand Down
14 changes: 7 additions & 7 deletions src/main/deploy/pathplanner/paths/clean.center.to3.path
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
},
"prevControl": null,
"nextControl": {
"x": 1.8058747672416873,
"y": 4.883418839590889
"x": 1.407706324685116,
"y": 4.766310474133074
},
"isLocked": false,
"linkedName": "center.subwoofer"
},
{
"anchor": {
"x": 2.4,
"y": 4.403274541213847
"x": 2.4851032868970147,
"y": 4.087081954477746
},
"prevControl": {
"x": 1.5216872590663884,
"y": 5.059081387777612
"x": 1.2788871226815193,
"y": 4.356431195030721
},
"nextControl": null,
"isLocked": false,
Expand All @@ -39,7 +39,7 @@
},
"goalEndState": {
"velocity": 0,
"rotation": -42.58049078334365,
"rotation": 1.1934894239819804,
"rotateFast": false
},
"reversed": false,
Expand Down

0 comments on commit bb3be56

Please sign in to comment.