Skip to content

Commit

Permalink
Added 4-Note v2.0 C213 (Podium First)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownGenius committed Apr 4, 2024
1 parent d3e9bc1 commit f1f18e7
Showing 1 changed file with 163 additions and 0 deletions.
163 changes: 163 additions & 0 deletions src/main/deploy/pathplanner/autos/4-Note (Center) v2.0 C213.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.35,
"y": 5.55
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Score from C (Subwoofer Center)"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "C to 2"
}
},
{
"type": "named",
"data": {
"name": "Intake Piece v2.0"
}
}
]
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "2 to C"
}
},
{
"type": "named",
"data": {
"name": "Prepare to Score from C (Subwoofer Center)"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Score from C (Subwoofer Center)"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "C to 1"
}
},
{
"type": "named",
"data": {
"name": "Intake Piece v2.0"
}
}
]
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "1 to C"
}
},
{
"type": "named",
"data": {
"name": "Prepare to Score from C (Subwoofer Center)"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Score from C (Subwoofer Center)"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "C to 3"
}
},
{
"type": "named",
"data": {
"name": "Intake Piece v2.0"
}
}
]
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "3 to C"
}
},
{
"type": "named",
"data": {
"name": "Prepare to Score from C (Subwoofer Center)"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "Score from C (Subwoofer Center)"
}
},
{
"type": "named",
"data": {
"name": "Turn off Shooter and Intake"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}

0 comments on commit f1f18e7

Please sign in to comment.