Skip to content

Commit

Permalink
Create 3 piece auto, clean up autos
Browse files Browse the repository at this point in the history
  • Loading branch information
cuttestkittensrule committed Nov 10, 2024
1 parent 2761ad0 commit 3090874
Show file tree
Hide file tree
Showing 17 changed files with 276 additions and 431 deletions.
4 changes: 1 addition & 3 deletions SharpShooter/.pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"robotWidth": 0.83,
"robotLength": 0.91,
"holonomicMode": true,
"pathFolders": [
"Test Translation"
],
"pathFolders": [],
"autoFolders": [],
"defaultMaxVel": 4.0,
"defaultMaxAccel": 3.0,
Expand Down
79 changes: 79 additions & 0 deletions SharpShooter/src/main/deploy/pathplanner/autos/SA-P-1F-1HF.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.4452293886100858,
"y": 7.292473692598125
},
"rotation": 90.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "SA-Amp"
}
},
{
"type": "named",
"data": {
"name": "Amp"
}
},
{
"type": "path",
"data": {
"pathName": "Amp-F1"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
},
{
"type": "named",
"data": {
"name": "Stop_Intake"
}
},
{
"type": "path",
"data": {
"pathName": "F1-Amp"
}
},
{
"type": "named",
"data": {
"name": "Amp"
}
},
{
"type": "path",
"data": {
"pathName": "Amp-F2"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
},
{
"type": "named",
"data": {
"name": "Stop_Intake"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
6 changes: 3 additions & 3 deletions SharpShooter/src/main/deploy/pathplanner/autos/SA-P-1F.auto
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
{
"type": "path",
"data": {
"pathName": "Amp-Top Center"
"pathName": "Amp-F1"
}
},
{
"type": "wait",
"data": {
"waitTime": 3.0
"waitTime": 0.5
}
},
{
Expand All @@ -44,7 +44,7 @@
{
"type": "path",
"data": {
"pathName": "Come Back"
"pathName": "F1-Amp"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions SharpShooter/src/main/deploy/pathplanner/autos/SA-P-1HF.auto
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
{
"type": "path",
"data": {
"pathName": "Amp-Top Center"
"pathName": "Amp-F1"
}
},
{
"type": "wait",
"data": {
"waitTime": 3.0
"waitTime": 0.5
}
},
{
Expand Down
91 changes: 91 additions & 0 deletions SharpShooter/src/main/deploy/pathplanner/autos/SA-P-2F.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.4452293886100858,
"y": 7.292473692598125
},
"rotation": 90.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "SA-Amp"
}
},
{
"type": "named",
"data": {
"name": "Amp"
}
},
{
"type": "path",
"data": {
"pathName": "Amp-F1"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
},
{
"type": "named",
"data": {
"name": "Stop_Intake"
}
},
{
"type": "path",
"data": {
"pathName": "F1-Amp"
}
},
{
"type": "named",
"data": {
"name": "Amp"
}
},
{
"type": "path",
"data": {
"pathName": "Amp-F2"
}
},
{
"type": "wait",
"data": {
"waitTime": 0.5
}
},
{
"type": "named",
"data": {
"name": "Stop_Intake"
}
},
{
"type": "path",
"data": {
"pathName": "F2-Amp"
}
},
{
"type": "named",
"data": {
"name": "Amp"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
37 changes: 0 additions & 37 deletions SharpShooter/src/main/deploy/pathplanner/autos/Test Rotation.auto

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3090874

Please sign in to comment.