Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions src/main/deploy/pathplanner/autos/Center-Auto Ruiner.auto
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,22 @@
"data": {
"commands": [
{
"type": "path",
"type": "parallel",
"data": {
"pathName": "Center-Auto Ruiner"
"commands": [
{
"type": "path",
"data": {
"pathName": "Center-Auto Ruiner"
}
},
{
"type": "named",
"data": {
"name": "AutonRuinerShootAndIntake"
}
}
]
}
}
]
Expand Down
197 changes: 197 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,197 @@
{
"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": "named",
"data": {
"name": "ArmToGround"
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Preloaded Left-Pickup Subwoofer"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "named",
"data": {
"name": "ArmToSubwoofer"
}
}
]
}
}
]
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SwitchRPMShoot"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToGround"
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Preloaded Left-Pickup Subwoofer 2"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "named",
"data": {
"name": "ArmToSubwoofer"
}
}
]
}
}
]
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SwitchRPMShoot"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToGround"
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Preloaded Left-Pickup Subwoofer 3"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "named",
"data": {
"name": "ArmToSubwoofer"
}
}
]
}
}
]
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "SwitchRPMShoot"
}
}
]
}
},
{
"type": "named",
"data": {
"name": "ArmToGround"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
6 changes: 3 additions & 3 deletions src/main/deploy/pathplanner/autos/Left Shoot.auto
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": 1.0,
"startingPose": {
"position": {
"x": 0.7023114046228096,
"y": 6.71281009228685
"x": 1.2933990244570825,
"y": 7.102190285805508
},
"rotation": 65.7722546820459
"rotation": -1.9561248701734877
},
"command": {
"type": "sequential",
Expand Down
17 changes: 15 additions & 2 deletions src/main/deploy/pathplanner/autos/Left-Auto Ruiner.auto
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,22 @@
"data": {
"commands": [
{
"type": "path",
"type": "parallel",
"data": {
"pathName": "Left-Auto Ruiner"
"commands": [
{
"type": "path",
"data": {
"pathName": "Left-Auto Ruiner"
}
},
{
"type": "named",
"data": {
"name": "AutonRuinerShootAndIntake"
}
}
]
}
}
]
Expand Down
18 changes: 0 additions & 18 deletions src/main/deploy/pathplanner/autos/New New Auto.auto

This file was deleted.

Loading