We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Makes the transitions in the state machine public and removes extra functions. https://github.com/deshi-dw/Cerberus2020/blob/95f74e51fc81c3c4908afeb00d2b16f86fedfd5b/src/main/java/frc/cerberus5725/statemachine/StateMachine.java#L6
Reason to exist To remove redundant functions to wrap Hashmap functions.
Hashmap
Scope of the feature Contained within StateMachine.java and affects anything that uses a state machine.
StateMachine.java
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Makes the transitions in the state machine public and removes extra functions.
https://github.com/deshi-dw/Cerberus2020/blob/95f74e51fc81c3c4908afeb00d2b16f86fedfd5b/src/main/java/frc/cerberus5725/statemachine/StateMachine.java#L6
Reason to exist
To remove redundant functions to wrap
Hashmap
functions.Scope of the feature
Contained within
StateMachine.java
and affects anything that uses a state machine.The text was updated successfully, but these errors were encountered: