generated from StuyPulse/Phil
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added HGFED Ferry auton * FERRY PATHS AUTON FERRY PATHS * Actually finished ferry autons * Add CHGFEDJerk.java * move to ferry folder * CHGFEDJerk working in sim * Edit ferry path auton to not shoot every shot * Remove uppercase To * Delete unused new path * Rename paths in robot container * Revert CShoot to H path * Jerk and Ferry path fixed * revert intake to blue * update jerk name (doesnt score C) * Made F to Ferry Shot not hit stage * wrote bottom ferry auton (not sure where its shooting) * intake is solid now * BottomFerry now aligns to amp zone * revert intake color change * Remove navgrid * add paths to prep for TopFerry Co-authored-by: Richie Xue <rxue40@stuy.edu> * Moved ferry shot positions closer to wing line; added a new path for F to Shoot that goes under stage and between B + C. * TopFerry * adding the shoot to alignment * Clean up + organize paths * Add new top ferry auton paths * Change starting pose of NTF, change path folders * Write Top Ferry auton * Rename top ferry auton for merge * Make robot not stop to shoot * Delete a ton of stuff, remove everything but top ferry autos from this branch * Remove auton configs * Remove autos, fix F to Shoot, separate non-moving and moving shot ferry commands * Revert linked F pose * Delete amp zone align command * Lower shooter speeds --------- Co-authored-by: BrianZ60 <zhengbrian1@gmail.com> Co-authored-by: Edgar Ganahl <ganahledgar@gmail.com> Co-authored-by: Keobkeig <angela.xue3@gmail.com> Co-authored-by: Awang70 <148587179+Awang70@users.noreply.github.com> Co-authored-by: hahafoot <gordondoan13@gmail.com> Co-authored-by: Ivan Chen <ivanchen07@gmail.com> Co-authored-by: Prog694 <prog692@gmail.com>
- Loading branch information
1 parent
be16f2e
commit b891061
Showing
26 changed files
with
1,048 additions
and
205 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 was deleted.
Oops, something went wrong.
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
16 changes: 11 additions & 5 deletions
16
src/main/deploy/pathplanner/autos/2 DE.auto → src/main/deploy/pathplanner/autos/NTF.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
Large diffs are not rendered by default.
Oops, something went wrong.
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,52 @@ | ||
{ | ||
"version": 1.0, | ||
"waypoints": [ | ||
{ | ||
"anchor": { | ||
"x": 8.17, | ||
"y": 5.84 | ||
}, | ||
"prevControl": null, | ||
"nextControl": { | ||
"x": 7.901123246690937, | ||
"y": 5.852924298441191 | ||
}, | ||
"isLocked": false, | ||
"linkedName": "E" | ||
}, | ||
{ | ||
"anchor": { | ||
"x": 5.499492913428859, | ||
"y": 6.563657142562062 | ||
}, | ||
"prevControl": { | ||
"x": 5.767026853498151, | ||
"y": 6.480854711709423 | ||
}, | ||
"nextControl": null, | ||
"isLocked": false, | ||
"linkedName": "Ferry Shot" | ||
} | ||
], | ||
"rotationTargets": [], | ||
"constraintZones": [], | ||
"eventMarkers": [], | ||
"globalConstraints": { | ||
"maxVelocity": 5.0, | ||
"maxAcceleration": 4.0, | ||
"maxAngularVelocity": 540.0, | ||
"maxAngularAcceleration": 720.0 | ||
}, | ||
"goalEndState": { | ||
"velocity": 0, | ||
"rotation": -4.860211087167981, | ||
"rotateFast": false | ||
}, | ||
"reversed": false, | ||
"folder": "Top Ferry", | ||
"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
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
Oops, something went wrong.