Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
2491NoMythic committed Mar 21, 2024
1 parent 2050067 commit c260b8e
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.3171869760109631,
"y": 5.5410316277334815
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "initialShot"
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "CloseMidPickup"
}
},
{
"type": "named",
"data": {
"name": "groundIntake"
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "groundIntake"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "named",
"data": {
"name": "autoShootNote"
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "CloseAmpPickupFromMiddle"
}
},
{
"type": "named",
"data": {
"name": "groundIntake"
}
}
]
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "groundIntake"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
}
]
}
},
{
"type": "named",
"data": {
"name": "autoShootNote"
}
},
{
"type": "named",
"data": {
"name": "shooterOn"
}
},
{
"type": "path",
"data": {
"pathName": "Blue1Pickup"
}
},
{
"type": "race",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "BlueAmpShoot1"
}
},
{
"type": "named",
"data": {
"name": "autoAimAtSpeaker"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "autoShootNote"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@
{
"type": "path",
"data": {
"pathName": "CloseMidPickupAuto"
"pathName": "CloseMidPickup"
}
},
{
"type": "named",
"data": {
"name": "groundIntake"
}
}
]
Expand All @@ -39,7 +45,7 @@
{
"type": "named",
"data": {
"name": "autoPickup"
"name": "driveBackwardsToIntake"
}
},
{
Expand Down

0 comments on commit c260b8e

Please sign in to comment.