Skip to content

Commit

Permalink
Working 4 piece auton(should work according to sim)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rand0mAsianKid committed Jun 20, 2024
1 parent 2bce99c commit 0b0c133
Show file tree
Hide file tree
Showing 12 changed files with 1,055 additions and 9 deletions.
194 changes: 194 additions & 0 deletions src/main/deploy/pathplanner/autos/Left Auton 4 piece total.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 0.7308159060762569,
"y": 6.641548838653233
},
"rotation": 64.817265461845
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "ArmToSubwoofer"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SwitchRPMShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.5
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToGround"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "path",
"data": {
"pathName": "Preloaded Left-Pickup Subwoofer"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToSubwoofer"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SwitchRPMShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.5
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToGround"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "path",
"data": {
"pathName": "Preloaded Left-Pickup Subwoofer 2"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToSubwoofer"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SwitchRPMShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.5
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToGround"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "path",
"data": {
"pathName": "Preloaded Left-Pickup Subwoofer 3"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToSubwoofer"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SwitchRPMShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.5
}
}
]
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.3756161320151827,
"y": 5.55076982040085
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "ArmToSubwoofer"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SwitchRPMShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.5
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToGround"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "path",
"data": {
"pathName": "Center-Pickup"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToSubwoofer"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SwitchRPMShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.5
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToGround"
}
},
{
"type": "parallel",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "path",
"data": {
"pathName": "Center-Pickup 2"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToSubwoofer"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SwitchRPMShoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.5
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToGround"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
Loading

0 comments on commit 0b0c133

Please sign in to comment.