-
Notifications
You must be signed in to change notification settings - Fork 0
New state machine PR #14
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
217cf9f
Basically blank commit
SCool62 d6625a7
Untrack the changed files
SCool62 c4abb0b
Re-track them
SCool62 e8d2790
Merge main
SCool62 bfeb2a7
Cherry pick the merge
SCool62 2f90f5b
run spotless
SCool62 301b004
Merge branch 'main' into feature/alpha-state-machine
SCool62 f2b8d19
Delete placeholder subsystems
SCool62 a1328e6
Initial integration
SCool62 966d6ae
More fleshed out feeding
SCool62 af07565
Make stuff somewhat simmable
SCool62 3cf7bc0
Sim launches now
SCool62 e331e90
State transitions work in sim
SCool62 b6a23de
Talked to Cassie about button bindings
SCool62 56d8006
Add more transitions for flow state at cassies request
SCool62 c0ec15f
Merge branch 'subsystem/shooter-flywheel' into feature/alpha-state-ma…
SCool62 0d9371b
Implement commands for shooter subsystem
SCool62 3afa805
Sim constants from CAD
SCool62 e7e0ed5
Spotless
SCool62 7e78f43
Tune flywheel velocity pid in sim
SCool62 9d214c9
Tune hood pid in sim
SCool62 7811295
Rename hood to shooter in robot.java
SCool62 8f035b8
CAN ids per [#19](https://github.com/HighlanderRobotics/Rebuilt/pull/19)
SCool62 1bf669a
Merge branch 'main' into feature/alpha-state-machine
SCool62 9a58a76
Cleanup
SCool62 9eccde9
Integrate kicker motor
SCool62 5135ed5
Requested small changes
SCool62 d6834eb
Remove IDLE -> FLOW transitions
SCool62 7c2bf0c
Add spin up state
SCool62 0f7002e
Spotless
SCool62 9ee8413
Bind commands
SCool62 453cae1
Spotless
SCool62 e5d91be
More requested changes
SCool62 3625d67
Update state machine flowchart
SCool62 b70a6ef
Spotless
SCool62 d10a376
Make SPIN_UP -> shoot not require a button (automatic switch to avoid…
SCool62 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
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.
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.
vivi is working on the flow stuff btw which i'll merge after this