Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUTONS TWOOOO #27

Closed
wants to merge 9 commits into from
16 changes: 16 additions & 0 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"robotWidth": 0.9,
"robotLength": 0.9,
"holonomicMode": true,
"pathFolders": [
"ABCDE",
"HGF",
"Reroutes"
],
"autoFolders": [],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"maxModuleSpeed": 4.5
}
61 changes: 61 additions & 0 deletions src/main/deploy/pathplanner/autos/ADEF.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.435487934219916,
"y": 6.595791855088175
},
"rotation": 1.3048503501930353
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Amp to A"
}
},
{
"type": "path",
"data": {
"pathName": "A to D"
}
},
{
"type": "path",
"data": {
"pathName": "D to Shoot"
}
},
{
"type": "path",
"data": {
"pathName": "D Shoot to E"
}
},
{
"type": "path",
"data": {
"pathName": "E to Shoot"
}
},
{
"type": "path",
"data": {
"pathName": "E Shoot to F"
}
},
{
"type": "path",
"data": {
"pathName": "F to Shoot"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
49 changes: 49 additions & 0 deletions src/main/deploy/pathplanner/autos/BFAC.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.4053936459807443,
"y": 5.5301848373414
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Center to B"
}
},
{
"type": "path",
"data": {
"pathName": "B to F"
}
},
{
"type": "path",
"data": {
"pathName": "F to A Shoot"
}
},
{
"type": "path",
"data": {
"pathName": "FA Shoot to A"
}
},
{
"type": "path",
"data": {
"pathName": "A to C"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
49 changes: 49 additions & 0 deletions src/main/deploy/pathplanner/autos/BFCA.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.4053936459807443,
"y": 5.5301848373414
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Center to B"
}
},
{
"type": "path",
"data": {
"pathName": "B to F"
}
},
{
"type": "path",
"data": {
"pathName": "F to C Shoot"
}
},
{
"type": "path",
"data": {
"pathName": "FC Shoot to C"
}
},
{
"type": "path",
"data": {
"pathName": "C to A"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
61 changes: 61 additions & 0 deletions src/main/deploy/pathplanner/autos/BFED.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.4053936459807443,
"y": 5.5301848373414
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Center to B"
}
},
{
"type": "path",
"data": {
"pathName": "B to F"
}
},
{
"type": "path",
"data": {
"pathName": "F to Shoot ALT"
}
},
{
"type": "path",
"data": {
"pathName": "F Shoot ALT to E"
}
},
{
"type": "path",
"data": {
"pathName": "E to Shoot"
}
},
{
"type": "path",
"data": {
"pathName": "E Shoot to D"
}
},
{
"type": "path",
"data": {
"pathName": "D to Shoot"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
61 changes: 61 additions & 0 deletions src/main/deploy/pathplanner/autos/BFGH.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.4053936459807443,
"y": 5.5301848373414
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Center to B"
}
},
{
"type": "path",
"data": {
"pathName": "B to F"
}
},
{
"type": "path",
"data": {
"pathName": "F to Shoot"
}
},
{
"type": "path",
"data": {
"pathName": "F Shoot to G"
}
},
{
"type": "path",
"data": {
"pathName": "G to Shoot"
}
},
{
"type": "path",
"data": {
"pathName": "G Shoot to H"
}
},
{
"type": "path",
"data": {
"pathName": "H to Shoot"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
37 changes: 37 additions & 0 deletions src/main/deploy/pathplanner/autos/CBA.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.4365936349060198,
"y": 5.5179740558513855
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Center to C"
}
},
{
"type": "path",
"data": {
"pathName": "C to B"
}
},
{
"type": "path",
"data": {
"pathName": "B to A"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
Loading