This repository was archived by the owner on Oct 3, 2025. It is now read-only.
Open
Conversation
d84d705 to
c35aaa7
Compare
Features can be initally disabled or disabled, and can be configured to be enabled via Shuffleboard. Commands can be configured to be scheduled only if all controlling features are enabled by using Features.whenAllEnabled(). This allows us to add functionality to the robot that might not be fully tested by having the functionality disabled by default.
c35aaa7 to
3e2b96d
Compare
cfde902 to
defd322
Compare
cuttestkittensrule
approved these changes
Mar 6, 2024
Contributor
cuttestkittensrule
left a comment
There was a problem hiding this comment.
lgtm, the important code is in lib anyways
ba97e1b to
f77fe1b
Compare
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Features can be initally disabled or disabled, and can be configured to be enabled via Shuffleboard. Commands can be configured to be scheduled only if all controlling features are enabled by using Features.whenAllEnabled().
This allows us to add functionality to the robot that might not be fully tested by having the functionality disabled by default.