wpilibsuite/allwpilib
View on GitHubAdd ability to get list of registered subsystem
Open
#6,475 opened on Mar 27, 2024
component: command-basedgood first issuetype: feature
Repository metrics
- Stars
- (1,281 stars)
- PR merge metrics
- (PR metrics pending)
Description
Is your feature request related to a problem? Please describe. We would like the ability to run over the list of registered subsystems to check for annotations and any implementations.
Describe the solution you'd like Add a CommandScheduler.getAllSubsystems() method.
Describe alternatives you've considered Hacking in with reflection.
Additional context I'm willing to take this one on after CMP.