-
-
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.
- Loading branch information
1 parent
a4d3633
commit 24f9595
Showing
7 changed files
with
295 additions
and
0 deletions.
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
src/main/deploy/pathplanner/autos/Blue Source Side Not Race NM.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,62 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": { | ||
"position": { | ||
"x": 1.3957166440680921, | ||
"y": 4.1 | ||
}, | ||
"rotation": 180.0 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "parallel", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "preloadNote" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "homeClimber" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "resetNoteMap" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Blue Source Side Not Race 1" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "speakerShot" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "blueSourceSideNotRaceNM" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
62 changes: 62 additions & 0 deletions
62
src/main/deploy/pathplanner/autos/Red Source Side Not Race NM.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,62 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": { | ||
"position": { | ||
"x": 15.144283355931908, | ||
"y": 4.1 | ||
}, | ||
"rotation": 0.0 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "parallel", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "preloadNote" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "homeClimber" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "resetNoteMap" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Red Source Side Not Race 1" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "speakerShot" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "redSourceSideNotRaceNM" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
70 changes: 70 additions & 0 deletions
70
src/main/deploy/pathplanner/paths/Blue Source Side Not Race 1.path
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,70 @@ | ||
{ | ||
"version": 1, | ||
"waypoints": [ | ||
{ | ||
"anchor": { | ||
"x": 1.3957166440680921, | ||
"y": 4.1 | ||
}, | ||
"prevControl": null, | ||
"nextControl": { | ||
"x": 1.7185359983465065, | ||
"y": 3.39495238579938 | ||
}, | ||
"isLocked": false, | ||
"linkedName": null | ||
}, | ||
{ | ||
"anchor": { | ||
"x": 2.9223584297352416, | ||
"y": 3.15475799992654 | ||
}, | ||
"prevControl": { | ||
"x": 2.369281856363958, | ||
"y": 3.169010510049207 | ||
}, | ||
"nextControl": null, | ||
"isLocked": false, | ||
"linkedName": null | ||
} | ||
], | ||
"rotationTargets": [], | ||
"constraintZones": [], | ||
"eventMarkers": [ | ||
{ | ||
"name": "speaker warmup", | ||
"waypointRelativePos": 0.5, | ||
"command": { | ||
"type": "parallel", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "waitingSpeakerShot" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
], | ||
"globalConstraints": { | ||
"maxVelocity": 5.2, | ||
"maxAcceleration": 3, | ||
"maxAngularVelocity": 540, | ||
"maxAngularAcceleration": 720 | ||
}, | ||
"goalEndState": { | ||
"velocity": 0, | ||
"rotation": 139.56532773520377, | ||
"rotateFast": false | ||
}, | ||
"reversed": false, | ||
"folder": null, | ||
"previewStartingState": { | ||
"rotation": 180, | ||
"velocity": 0 | ||
}, | ||
"useDefaultConstraints": true | ||
} |
70 changes: 70 additions & 0 deletions
70
src/main/deploy/pathplanner/paths/Red Source Side Not Race 1.path
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,70 @@ | ||
{ | ||
"version": 1, | ||
"waypoints": [ | ||
{ | ||
"anchor": { | ||
"x": 15.144283355931908, | ||
"y": 4.1 | ||
}, | ||
"prevControl": null, | ||
"nextControl": { | ||
"x": 14.821464001653492, | ||
"y": 3.39495238579938 | ||
}, | ||
"isLocked": false, | ||
"linkedName": null | ||
}, | ||
{ | ||
"anchor": { | ||
"x": 13.617641570264757, | ||
"y": 3.15475799992654 | ||
}, | ||
"prevControl": { | ||
"x": 14.17071814363604, | ||
"y": 3.169010510049207 | ||
}, | ||
"nextControl": null, | ||
"isLocked": false, | ||
"linkedName": null | ||
} | ||
], | ||
"rotationTargets": [], | ||
"constraintZones": [], | ||
"eventMarkers": [ | ||
{ | ||
"name": "speaker warmup", | ||
"waypointRelativePos": 0.5, | ||
"command": { | ||
"type": "parallel", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "waitingSpeakerShot" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
], | ||
"globalConstraints": { | ||
"maxVelocity": 5.2, | ||
"maxAcceleration": 3, | ||
"maxAngularVelocity": 540, | ||
"maxAngularAcceleration": 720 | ||
}, | ||
"goalEndState": { | ||
"velocity": 0, | ||
"rotation": 40.43467226479622, | ||
"rotateFast": false | ||
}, | ||
"reversed": false, | ||
"folder": null, | ||
"previewStartingState": { | ||
"rotation": 0, | ||
"velocity": 0 | ||
}, | ||
"useDefaultConstraints": true | ||
} |
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
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