Skip to content

Commit

Permalink
Fix incorrect path origin
Browse files Browse the repository at this point in the history
Path origins for some of the autonomous paths were incorrectly starting on the wrong alliance side.
  • Loading branch information
garrettsummerfi3ld committed Mar 22, 2024
1 parent c62031b commit 2673eea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 13.401066802133604,
"y": 6.792903726652525
"x": 0.7275269251393154,
"y": 6.712444649961881
},
"rotation": 58.172553423326896
"rotation": 60.13079624957095
},
"command": {
"type": "sequential",
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/autos/BLUE Middle Shoot Auto.auto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 16.12709658335238,
"y": 5.551187918118234
"x": 1.3674277229789629,
"y": 5.557362183607978
},
"rotation": 0
},
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/autos/BLUE TAXI.auto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 12.573161461170866,
"y": 2.7902796413821807
"x": 1.107671952684762,
"y": 2.4888707299839377
},
"rotation": 0
},
Expand Down

0 comments on commit 2673eea

Please sign in to comment.