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.
* pr * Shuffleboard config * Add logging + calibrated amp distance * Remove kA term * HP attention on far side of field * Add advantage scope config * Tune 5 piece * Tune 5 piece * Robot relative swerve drive bind, operator intake forever bind * Change lift height handoff checking * Revert B to A * Halve trap score speed * 5 Piece * Clamp drive speed while ferry shooting * Robot relative drive also intakes * 5 piece * Remove some auton chooser * Lift coast * Lift idle mode * Red HGF, Blue CBAED * Move ferry target * Fix typo * red 5 piece * 20% trap speed * 5 piece first shot * Debounce ferry * Re zero front right * Increase shoot timeout on second hgf * pull out G to shoot * adjust blue hgf --------- Co-authored-by: Prog694 <prog692@gmail.com>
- Loading branch information
Showing
36 changed files
with
1,116 additions
and
94 deletions.
There are no files selected for viewing
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
File renamed without changes.
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,49 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": null, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Start to H (HGF) Red" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "H to HShoot (HGF) Red" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "HShoot to G (HGF) Red" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "G to Shoot (HGF) Red" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "GShoot to F (HGF)" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "F to Shoot (HGF)" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
File renamed without changes.
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,61 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": null, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Preload to C Close Red" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Close Preload to C" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "C to B Red" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "B to A Red" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "A to E" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "E to Shoot" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Shoot to D (CBAED)" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "D to Shoot" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"version": 1.0, | ||
"waypoints": [ | ||
{ | ||
"anchor": { | ||
"x": 2.7, | ||
"y": 5.27 | ||
}, | ||
"prevControl": null, | ||
"nextControl": { | ||
"x": 2.5306942929129037, | ||
"y": 5.892387378210238 | ||
}, | ||
"isLocked": false, | ||
"linkedName": "B Red" | ||
}, | ||
{ | ||
"anchor": { | ||
"x": 2.70383902591167, | ||
"y": 6.887856966597124 | ||
}, | ||
"prevControl": { | ||
"x": 2.5507512734398694, | ||
"y": 6.452168507627614 | ||
}, | ||
"nextControl": null, | ||
"isLocked": false, | ||
"linkedName": "A Red" | ||
} | ||
], | ||
"rotationTargets": [ | ||
{ | ||
"waypointRelativePos": 0.5, | ||
"rotationDegrees": 52.37639263407269, | ||
"rotateFast": true | ||
} | ||
], | ||
"constraintZones": [], | ||
"eventMarkers": [], | ||
"globalConstraints": { | ||
"maxVelocity": 4.5, | ||
"maxAcceleration": 4.0, | ||
"maxAngularVelocity": 540.0, | ||
"maxAngularAcceleration": 720.0 | ||
}, | ||
"goalEndState": { | ||
"velocity": 0, | ||
"rotation": 50.90614111377048, | ||
"rotateFast": false | ||
}, | ||
"reversed": false, | ||
"folder": "ABCDE", | ||
"previewStartingState": null, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"version": 1.0, | ||
"waypoints": [ | ||
{ | ||
"anchor": { | ||
"x": 2.5, | ||
"y": 4.265328388308022 | ||
}, | ||
"prevControl": null, | ||
"nextControl": { | ||
"x": 2.388096855965791, | ||
"y": 4.841379939170136 | ||
}, | ||
"isLocked": false, | ||
"linkedName": "C" | ||
}, | ||
{ | ||
"anchor": { | ||
"x": 2.7, | ||
"y": 5.27 | ||
}, | ||
"prevControl": { | ||
"x": 2.376402701523351, | ||
"y": 4.817991630285256 | ||
}, | ||
"nextControl": null, | ||
"isLocked": false, | ||
"linkedName": "B Red" | ||
} | ||
], | ||
"rotationTargets": [ | ||
{ | ||
"waypointRelativePos": 0.5, | ||
"rotationDegrees": 49.9380466176507, | ||
"rotateFast": true | ||
} | ||
], | ||
"constraintZones": [], | ||
"eventMarkers": [], | ||
"globalConstraints": { | ||
"maxVelocity": 4.5, | ||
"maxAcceleration": 4.0, | ||
"maxAngularVelocity": 540.0, | ||
"maxAngularAcceleration": 720.0 | ||
}, | ||
"goalEndState": { | ||
"velocity": 0, | ||
"rotation": 43.876697285924436, | ||
"rotateFast": false | ||
}, | ||
"reversed": false, | ||
"folder": "ABCDE", | ||
"previewStartingState": { | ||
"rotation": -20.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
Oops, something went wrong.