-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shuffleboard abstraction #31
Closed
Closed
Changes from 15 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
9d0ba93
`GRTShuffleboardLayout`, `.list()`, positions in code
ky28059 fa5b47e
Position and size methods for shuffleboard layout
ky28059 4bc05fd
Internals debugging and networktables
ky28059 ff0ca1a
Move `.addEntry()` to list-like `.at()` position syntax
ky28059 e329d83
Auton chooser, split up localize coordinate method
ky28059 8794024
2 ball auto + more debug networktables
ky28059 d9d2fba
Run intake in `DeployIntakeCommand`, `PlebAutonSequence` restructuring
ky28059 5a01184
Put hood and flywheel refs on shuffleboard, reset offsets on vision data
ky28059 e9aef3a
internals and turret tweaks
e3l 6108af2
Separate driver and auto intake override, partially revert PlebAutonS…
ky28059 46639fc
Merge branch 'shuffleboard-abstraction' of https://github.com/grt192/…
ky28059 0a7c144
Jetson data pairing
ky28059 1c7d9a7
Shoot 2 balls at once, rtheta feedforward, turntable tolerance fix
ky28059 4f383e3
tweaked and tested shooter interpolation table
e3l 0bba935
Two ball fixes
e3l 58db64d
Only shoot two balls without delay when they are the same color
ky28059 d94c188
`.widget()`, better internals shuffleboard updating
ky28059 e3023e4
Intake shuffleboard organization
ky28059 207fa74
Climb shuffleboard organization
ky28059 827e399
Intake top limit switch + reset abstraction
e3l 2c64a8c
Preliminary intake deploy tuning
ky28059 e53ea54
Intake tuning, shuffleboard manual zero
ky28059 76f28f3
Turret `setValue()` organization
ky28059 39fa9b6
Don't force if the turret is retracted
ky28059 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 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
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i feel like we need a starting position anyways, we might as well make it something like 70, 0 instead of 0, 0 and keep this flag on. Cuz auto will overwrite it anyways