Skip to content

Commit

Permalink
untested, will test in match, 4 note change
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammingSR committed Mar 24, 2024
1 parent 9b53ead commit b369b4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/4-Center-Stays.auto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 1.3470318873095533,
"x": 1.4,
"y": 5.5216374597852385
},
"rotation": 0
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/paths/CenterNote-Center.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"waypoints": [
{
"anchor": {
"x": 1.3470318873095533,
"x": 1.4,
"y": 5.5216374597852385
},
"prevControl": null,
"nextControl": {
"x": 2.3470318873095533,
"x": 2.4,
"y": 5.5216374597852385
},
"isLocked": false,
Expand Down
6 changes: 3 additions & 3 deletions src/main/deploy/pathplanner/paths/Middle5thNote-Right.path
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
{
"anchor": {
"x": 8.05,
"y": 0.7104198823782273
"y": 0.6
},
"prevControl": {
"x": 7.050000000000001,
"y": 0.7104198823782273
"y": 0.6
},
"nextControl": {
"x": 9.049999999999988,
"y": 0.7104198823782273
"y": 0.6
},
"isLocked": false,
"linkedName": null
Expand Down

0 comments on commit b369b4d

Please sign in to comment.