Skip to content

Commit

Permalink
Merge pull request #76 from grt192/auton-selector
Browse files Browse the repository at this point in the history
Auton selector
  • Loading branch information
6kn4eakfr4s authored Apr 12, 2024
2 parents 6e00ea7 + bfd83b2 commit d8684a8
Show file tree
Hide file tree
Showing 82 changed files with 6,004 additions and 62 deletions.
17 changes: 14 additions & 3 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@
"robotWidth": 0.76,
"robotLength": 0.76,
"holonomicMode": true,
"pathFolders": [],
"autoFolders": [],
"defaultMaxVel": 3.0,
"pathFolders": [
"Center",
"Full",
"Wing",
"Start"
],
"autoFolders": [
"Full",
"A",
"E",
"M",
"S"
],
"defaultMaxVel": 4.12,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
Expand Down
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/A.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.325730468864645,
"y": 5.515804013063089
},
"rotation": 58.75307058652307
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "StationaryShoot"
}
}
]
}
},
"folder": "A",
"choreoAuto": false
}
37 changes: 37 additions & 0 deletions src/main/deploy/pathplanner/autos/A1.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.6582127857550991,
"y": 6.628333484912334
},
"rotation": 58.091893064346834
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "A1"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "path",
"data": {
"pathName": "1W"
}
}
]
}
},
"folder": "A",
"choreoAuto": false
}
49 changes: 49 additions & 0 deletions src/main/deploy/pathplanner/autos/A12.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.6582127857550991,
"y": 6.628333484912334
},
"rotation": 58.091893064346834
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "A1"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "path",
"data": {
"pathName": "12"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "path",
"data": {
"pathName": "2W"
}
}
]
}
},
"folder": "A",
"choreoAuto": false
}
61 changes: 61 additions & 0 deletions src/main/deploy/pathplanner/autos/A123.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.6582127857550991,
"y": 6.628333484912334
},
"rotation": 58.091893064346834
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "A1"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "path",
"data": {
"pathName": "12"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "path",
"data": {
"pathName": "23"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "path",
"data": {
"pathName": "3W"
}
}
]
}
},
"folder": "A",
"choreoAuto": false
}
61 changes: 61 additions & 0 deletions src/main/deploy/pathplanner/autos/A145.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.6582127857550991,
"y": 6.628333484912334
},
"rotation": 55.459909092929095
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "A1"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "path",
"data": {
"pathName": "14"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "path",
"data": {
"pathName": "4X5"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "path",
"data": {
"pathName": "5X"
}
}
]
}
},
"folder": "A",
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/A1456-f.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.6582127857550991,
"y": 6.628333484912334
},
"rotation": 59.91997316061384
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "A1456"
}
}
]
}
},
"folder": "Full",
"choreoAuto": false
}
61 changes: 61 additions & 0 deletions src/main/deploy/pathplanner/autos/A451.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.6933452953924437,
"y": 6.593200975274989
},
"rotation": 56.64597424848324
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "A4"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "path",
"data": {
"pathName": "4X5"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "path",
"data": {
"pathName": "5X1"
}
},
{
"type": "named",
"data": {
"name": "AutoIntake"
}
},
{
"type": "named",
"data": {
"name": "Shoot"
}
}
]
}
},
"folder": "A",
"choreoAuto": false
}
Loading

0 comments on commit d8684a8

Please sign in to comment.