-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from frc2204/jay/Autos/temp
Jay/autos/temp
- Loading branch information
Showing
39 changed files
with
2,270 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": { | ||
"position": { | ||
"x": 0.8393012850426425, | ||
"y": 2.4671946302747707 | ||
}, | ||
"rotation": 54.1178627537958 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Amp" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "ampScore" | ||
} | ||
}, | ||
{ | ||
"type": "parallel", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Right_Note" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "homeFromAmp" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "groundIntake" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Amp" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "ampScore" | ||
} | ||
}, | ||
{ | ||
"type": "parallel", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Left Park" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "homeFromAmp" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
130 changes: 130 additions & 0 deletions
130
src/main/deploy/pathplanner/autos/Start 1 1st Ring Yes Auto.auto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": null, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Start 3 to Speaker" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "startShooter" | ||
} | ||
}, | ||
{ | ||
"type": "parallel", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "ring#3-speaker" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "aim" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "intakeToShooter" | ||
} | ||
}, | ||
{ | ||
"type": "wait", | ||
"data": { | ||
"waitTime": 0.25 | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "stopIntake" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Ring 1 pickup" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "groundIntake" | ||
} | ||
}, | ||
{ | ||
"type": "parallel", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "ring#1-speaker" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "aim" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "intakeToShooter" | ||
} | ||
}, | ||
{ | ||
"type": "parallel", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Ring 8 Pickup" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "stopShooter" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "stopIntake" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "groundIntake" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
99 changes: 99 additions & 0 deletions
99
src/main/deploy/pathplanner/autos/Start 1 3rd Pickup Yes Auto.auto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": { | ||
"position": { | ||
"x": 2, | ||
"y": 2 | ||
}, | ||
"rotation": 0 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Start 3 to Speaker" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "startShooter" | ||
} | ||
}, | ||
{ | ||
"type": "parallel", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "3 start shoot" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "aim" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "ring#3-speaker" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "intakeToShooter" | ||
} | ||
}, | ||
{ | ||
"type": "wait", | ||
"data": { | ||
"waitTime": 0.25 | ||
} | ||
}, | ||
{ | ||
"type": "parallel", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Ring 8 Pickup" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "stopShooter" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "stopIntake" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "groundIntake" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
Oops, something went wrong.