wpilibsuite/allwpilib

Add ability to get list of registered subsystem

Open

#6,475 建立於 2024年3月27日

在 GitHub 查看
 (5 留言) (1 反應) (0 負責人)C++ (714 fork)auto 404
component: command-basedgood first issuetype: feature

倉庫指標

Star
 (1,281 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南