Skip to content

Commit

Permalink
GRC COMP AFTER QUAL MATCHES - GS
Browse files Browse the repository at this point in the history
  • Loading branch information
OakvilleDynamicsProgrammer committed Oct 5, 2024
1 parent 50a78ed commit 3785d56
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/D-1-AMP.auto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"type": "path",
"data": {
"pathName": "D-1-AMP"
"pathName": "D-Amp-2"
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions src/main/deploy/pathplanner/paths/D Leave Zone.path
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
{
"anchor": {
"x": 6.3791720379055485,
"y": 7.0
"x": 2.901389921808818,
"y": 6.306595917812039
},
"prevControl": {
"x": 4.960858660945727,
"y": 6.889464428895746
"x": 1.4830765448489962,
"y": 6.196060346707785
},
"nextControl": null,
"isLocked": false,
Expand Down
16 changes: 8 additions & 8 deletions src/main/deploy/pathplanner/paths/D Source Leave Zone.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"waypoints": [
{
"anchor": {
"x": 1.9169897697665406,
"y": 1.792603115355015
"x": 0.9520185680935184,
"y": 1.5983136116624606
},
"prevControl": null,
"nextControl": {
"x": 2.916989769766542,
"y": 1.792603115355015
"x": 1.9520185680935191,
"y": 1.5983136116624606
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 6.644701026285374,
"y": 1.3004030393338768
"x": 3.756263738056059,
"y": 0.81467928010249
},
"prevControl": {
"x": 5.644701026285374,
"y": 1.3004030393338768
"x": 2.756263738056059,
"y": 0.81467928010249
},
"nextControl": null,
"isLocked": false,
Expand Down
32 changes: 24 additions & 8 deletions src/main/deploy/pathplanner/paths/D-1-AMP.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,41 @@
"waypoints": [
{
"anchor": {
"x": 2.0,
"y": 7.0
"x": 1.2823107243708616,
"y": 6.41669330323782
},
"prevControl": null,
"nextControl": {
"x": 3.0,
"y": 7.0
"x": 2.2823107243708582,
"y": 6.41669330323782
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 1.8068923843407594,
"y": 7.783196145875455
"x": 1.8457502850792704,
"y": 7.51766715749563
},
"prevControl": {
"x": 0.8068923843407594,
"y": 7.783196145875455
"x": 0.9579957536303425,
"y": 7.977984321950629
},
"nextControl": {
"x": 2.5451924983724674,
"y": 7.154993417269528
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 1.8457502850792704,
"y": 7.51766715749563
},
"prevControl": {
"x": 2.34575028507927,
"y": 7.51766715749563
},
"nextControl": null,
"isLocked": false,
Expand Down
52 changes: 52 additions & 0 deletions src/main/deploy/pathplanner/paths/D-Amp-2.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 1.2110712396835914,
"y": 6.37783540249931
},
"prevControl": null,
"nextControl": {
"x": 2.2110712396835854,
"y": 6.37783540249931
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 1.8327976514997666,
"y": 7.5759540086033965
},
"prevControl": {
"x": 1.8263213347100147,
"y": 8.04872513425528
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": -90.0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": 0,
"velocity": 0
},
"useDefaultConstraints": true
}

0 comments on commit 3785d56

Please sign in to comment.