Skip to content

Commit

Permalink
Playoffs Auto Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cuttestkittensrule committed Nov 11, 2024
1 parent 7b72703 commit c3142f0
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 8 deletions.
63 changes: 63 additions & 0 deletions SharpShooter/src/main/deploy/pathplanner/autos/SA-1HF.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.4124091601425526,
"y": 7.330953848483351
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Start_Intake"
}
},
{
"type": "path",
"data": {
"pathName": "SA-F1"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "sequential",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "named",
"data": {
"name": "Stop_Intake"
}
}
]
}
}
]
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
8 changes: 4 additions & 4 deletions SharpShooter/src/main/deploy/pathplanner/paths/Amp-F1.path
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
{
"anchor": {
"x": 7.992662827618034,
"y": 7.476311075346838
"x": 7.548869074574772,
"y": 7.4468701678631435
},
"prevControl": {
"x": 6.645600102207031,
"y": 7.5652895446860295
"x": 6.201806349163769,
"y": 7.535848637202335
},
"nextControl": null,
"isLocked": false,
Expand Down
8 changes: 4 additions & 4 deletions SharpShooter/src/main/deploy/pathplanner/paths/F1-Amp.path
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"waypoints": [
{
"anchor": {
"x": 7.992662827618034,
"y": 7.476311075346838
"x": 7.548869074574772,
"y": 7.4468701678631435
},
"prevControl": null,
"nextControl": {
"x": 5.967217373143507,
"y": 7.499355065547447
"x": 5.523423620100245,
"y": 7.4699141580637525
},
"isLocked": false,
"linkedName": "F1"
Expand Down
68 changes: 68 additions & 0 deletions SharpShooter/src/main/deploy/pathplanner/paths/SA-F1.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 1.4124091601425526,
"y": 7.330953848483351
},
"prevControl": null,
"nextControl": {
"x": 1.9091174798303545,
"y": 7.771556517619614
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 2.4860149151493482,
"y": 7.704926032796145
},
"prevControl": {
"x": 1.8782524775274623,
"y": 7.675039949857692
},
"nextControl": {
"x": 3.0532940040590613,
"y": 7.732821389354776
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 7.548869074574772,
"y": 7.4468701678631435
},
"prevControl": {
"x": 3.767706784576699,
"y": 7.59994547756894
},
"nextControl": null,
"isLocked": false,
"linkedName": "F1"
}
],
"rotationTargets": [],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 4.288164666,
"maxAcceleration": 5.0,
"maxAngularVelocity": 500.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": 0,
"velocity": 0
},
"useDefaultConstraints": false
}

0 comments on commit c3142f0

Please sign in to comment.