-
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.
* Adds pathfinding to closest climb spot * Starts endgame sequence command * Adds endgame sequence without drive * Adds pose target alignment to drive subsystem * Increases kP for auto rotation * Fixes format and build issues * Changes endgame poses to match * Inverts arm * Formatting fixes
- Loading branch information
1 parent
e8543f3
commit 8741ed9
Showing
15 changed files
with
589 additions
and
50 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
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": 4.804435512269952, | ||
"y": 4.111991050457951 | ||
}, | ||
"prevControl": null, | ||
"nextControl": { | ||
"x": 5.231331903884351, | ||
"y": 4.111991050457951 | ||
}, | ||
"isLocked": false, | ||
"linkedName": null | ||
}, | ||
{ | ||
"anchor": { | ||
"x": 5.377177122869452, | ||
"y": 4.111991050457951 | ||
}, | ||
"prevControl": { | ||
"x": 5.1275205233773615, | ||
"y": 4.111991050457951 | ||
}, | ||
"nextControl": null, | ||
"isLocked": false, | ||
"linkedName": null | ||
} | ||
], | ||
"rotationTargets": [], | ||
"constraintZones": [], | ||
"eventMarkers": [], | ||
"globalConstraints": { | ||
"maxVelocity": 4.5, | ||
"maxAcceleration": 2.75, | ||
"maxAngularVelocity": 540.0, | ||
"maxAngularAcceleration": 720.0 | ||
}, | ||
"goalEndState": { | ||
"velocity": 0, | ||
"rotation": 180.0, | ||
"rotateFast": false | ||
}, | ||
"reversed": false, | ||
"folder": "Endgame", | ||
"previewStartingState": { | ||
"rotation": 180.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"version": 1.0, | ||
"waypoints": [ | ||
{ | ||
"anchor": { | ||
"x": 4.863178241562208, | ||
"y": 4.111991050457951 | ||
}, | ||
"prevControl": null, | ||
"nextControl": { | ||
"x": 4.769143993136157, | ||
"y": 4.274863146383425 | ||
}, | ||
"isLocked": false, | ||
"linkedName": null | ||
}, | ||
{ | ||
"anchor": { | ||
"x": 4.613521642070118, | ||
"y": 4.479133108534554 | ||
}, | ||
"prevControl": { | ||
"x": 4.708978577170035, | ||
"y": 4.313796847006692 | ||
}, | ||
"nextControl": null, | ||
"isLocked": false, | ||
"linkedName": null | ||
} | ||
], | ||
"rotationTargets": [], | ||
"constraintZones": [], | ||
"eventMarkers": [], | ||
"globalConstraints": { | ||
"maxVelocity": 4.5, | ||
"maxAcceleration": 2.75, | ||
"maxAngularVelocity": 540.0, | ||
"maxAngularAcceleration": 720.0 | ||
}, | ||
"goalEndState": { | ||
"velocity": 0, | ||
"rotation": -60.0, | ||
"rotateFast": false | ||
}, | ||
"reversed": false, | ||
"folder": "Endgame", | ||
"previewStartingState": { | ||
"rotation": -55.30484646876609, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"version": 1.0, | ||
"waypoints": [ | ||
{ | ||
"anchor": { | ||
"x": 4.980663700146722, | ||
"y": 4.156048097427144 | ||
}, | ||
"prevControl": null, | ||
"nextControl": { | ||
"x": 4.801402102115242, | ||
"y": 3.845557901790632 | ||
}, | ||
"isLocked": false, | ||
"linkedName": null | ||
}, | ||
{ | ||
"anchor": { | ||
"x": 4.657578689039311, | ||
"y": 3.6714205807660276 | ||
}, | ||
"prevControl": { | ||
"x": 4.873538126480276, | ||
"y": 4.045473298787772 | ||
}, | ||
"nextControl": null, | ||
"isLocked": false, | ||
"linkedName": null | ||
} | ||
], | ||
"rotationTargets": [], | ||
"constraintZones": [], | ||
"eventMarkers": [], | ||
"globalConstraints": { | ||
"maxVelocity": 4.5, | ||
"maxAcceleration": 2.75, | ||
"maxAngularVelocity": 540.0, | ||
"maxAngularAcceleration": 720.0 | ||
}, | ||
"goalEndState": { | ||
"velocity": 0, | ||
"rotation": 60.0, | ||
"rotateFast": false | ||
}, | ||
"reversed": false, | ||
"folder": "Endgame", | ||
"previewStartingState": { | ||
"rotation": 59.036243467926546, | ||
"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
Oops, something went wrong.