Skip to content

Commit

Permalink
Merge pull request #548 from frc-862/COMP-Worlds
Browse files Browse the repository at this point in the history
[COMP] Worlds
  • Loading branch information
WindowsVistaisCool authored Apr 30, 2024
2 parents 3f6c338 + ba36364 commit 6180f26
Show file tree
Hide file tree
Showing 42 changed files with 484 additions and 590 deletions.
5 changes: 4 additions & 1 deletion .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"Silly",
"Top side paths"
],
"autoFolders": [],
"autoFolders": [
"LOL",
"CAND"
],
"defaultMaxVel": 5.0,
"defaultMaxAccel": 4.0,
"defaultMaxAngVel": 540.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/2-SB-[C3]-EC.auto
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@
]
}
},
"folder": null,
"folder": "CAND",
"choreoAuto": false
}
76 changes: 76 additions & 0 deletions src/main/deploy/pathplanner/autos/2-SB-[F4]-EC.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"version": 1.0,
"startingPose": null,
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Cand-Sub"
}
},
{
"type": "wait",
"data": {
"waitTime": 3.0
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "SB-F4"
}
},
{
"type": "named",
"data": {
"name": "Chase-Pieces"
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "F4-BS-Close"
}
}
]
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Cand-Sub"
}
},
{
"type": "named",
"data": {
"name": "Stop-Drive"
}
}
]
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/2-SF-[C2]-EC.auto
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
]
}
},
"folder": null,
"folder": "CAND",
"choreoAuto": false
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/2-ST-[C1]-EC.auto
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@
]
}
},
"folder": null,
"folder": "CAND",
"choreoAuto": false
}
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/3-SB-[F4-C3]-EC.auto
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@
]
}
},
"folder": null,
"folder": "LOL",
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,39 +43,13 @@
{
"type": "path",
"data": {
"pathName": "F4-BS"
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "deadline",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Point-At-Speaker-left"
}
},
{
"type": "named",
"data": {
"name": "preAim"
}
}
]
"pathName": "F4-BS-Close"
}
},
{
"type": "wait",
"type": "named",
"data": {
"waitTime": 3.0
"name": "preAim"
}
}
]
Expand All @@ -88,7 +62,7 @@
{
"type": "named",
"data": {
"name": "Smart-Shoot"
"name": "Cand-Sub"
}
},
{
Expand All @@ -103,7 +77,25 @@
{
"type": "path",
"data": {
"pathName": "BS-F4"
"pathName": "SB-F3"
}
},
{
"type": "named",
"data": {
"name": "Chase-Pieces"
}
},
{
"type": "path",
"data": {
"pathName": "F3-BS-Close"
}
},
{
"type": "named",
"data": {
"name": "Cand-Sub"
}
}
]
Expand Down
Loading

0 comments on commit 6180f26

Please sign in to comment.