This repository was archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Rev a alliance auton #113
Merged
Merged
Rev a alliance auton #113
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
13d56c8
driverOI handlePre
rajitzg 8cd6310
changed autons to old shootNow
rajitzg 1f54295
adjusted auton path
rajitzg 2fef02a
re-added DriverShootVelocityIntake in driverOI
rajitzg fa451e1
added timeout to auto intake and removed incorrect context ownership
rajitzg 0593830
resets gyro to 180 degrees of current after auton is done
rajitzg e8f4e73
Spotless
rajitzg c67147f
stop shooter at the end of an auton and other context stuff
rajitzg c4ded81
comments and used constants
rajitzg ce2a1a9
removed logging and deleted commented out stuff
rajitzg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,58 @@ | ||
| { | ||
| "version": 1.0, | ||
| "waypoints": [ | ||
| { | ||
| "anchor": { | ||
| "x": 0.7483342975945213, | ||
| "y": 6.675397934129203 | ||
| }, | ||
| "prevControl": null, | ||
| "nextControl": { | ||
| "x": 1.406194437388875, | ||
| "y": 7.089841508386721 | ||
| }, | ||
| "isLocked": false, | ||
| "linkedName": null | ||
| }, | ||
| { | ||
| "anchor": { | ||
| "x": 2.1015855040969345, | ||
| "y": 6.522126854438895 | ||
| }, | ||
| "prevControl": { | ||
| "x": 1.7969436448132157, | ||
| "y": 6.6332944101073394 | ||
| }, | ||
| "nextControl": null, | ||
| "isLocked": false, | ||
| "linkedName": "3 Piece 1 Stop 1" | ||
| } | ||
| ], | ||
| "rotationTargets": [ | ||
| { | ||
| "waypointRelativePos": 0.2, | ||
| "rotationDegrees": 37.38608672087997, | ||
| "rotateFast": false | ||
| } | ||
| ], | ||
| "constraintZones": [], | ||
| "eventMarkers": [], | ||
| "globalConstraints": { | ||
| "maxVelocity": 3.0, | ||
| "maxAcceleration": 3.0, | ||
| "maxAngularVelocity": 360.0, | ||
| "maxAngularAcceleration": 720.0 | ||
| }, | ||
| "goalEndState": { | ||
| "velocity": 0, | ||
| "rotation": 35.26397392088418, | ||
| "rotateFast": true | ||
| }, | ||
| "reversed": false, | ||
| "folder": "RevA", | ||
| "previewStartingState": { | ||
| "rotation": 59.08161572041965, | ||
| "velocity": 0 | ||
| }, | ||
| "useDefaultConstraints": false | ||
| } |
This file contains hidden or 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": 2.1015855040969345, | ||
| "y": 6.522126854438895 | ||
| }, | ||
| "prevControl": null, | ||
| "nextControl": { | ||
| "x": 2.328968287566205, | ||
| "y": 6.561759988334791 | ||
| }, | ||
| "isLocked": false, | ||
| "linkedName": "3 Piece 1 Stop 1" | ||
| }, | ||
| { | ||
| "anchor": { | ||
| "x": 2.809031599544681, | ||
| "y": 6.921961871701522 | ||
| }, | ||
| "prevControl": { | ||
| "x": 2.6349878644201734, | ||
| "y": 6.817492873874638 | ||
| }, | ||
| "nextControl": null, | ||
| "isLocked": false, | ||
| "linkedName": "3 Piece 1" | ||
| } | ||
| ], | ||
| "rotationTargets": [], | ||
| "constraintZones": [], | ||
| "eventMarkers": [], | ||
| "globalConstraints": { | ||
| "maxVelocity": 3.0, | ||
| "maxAcceleration": 3.0, | ||
| "maxAngularVelocity": 540.0, | ||
| "maxAngularAcceleration": 720.0 | ||
| }, | ||
| "goalEndState": { | ||
| "velocity": 0, | ||
| "rotation": 36.0, | ||
| "rotateFast": false | ||
| }, | ||
| "reversed": false, | ||
| "folder": "RevA", | ||
| "previewStartingState": { | ||
| "rotation": 35.26, | ||
| "velocity": 0 | ||
| }, | ||
| "useDefaultConstraints": false | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.