Daniel Chen
Daniel Chen
Resolves #6285.
Addresses Issue #6353.
Adds a "kotlin support" page within the docs that provides a kotlin replacement for the AutoLog annotation. Resolves #64 and #86. Note: this probably should be merged after the 2025-docs-dev...
This feature is only be restricted to final arrays; as variable-size containers would cause data to become stale and misrepresent what is being logged.
Since there is no longer a requirement for Subsystems/Mechanisms to be registered to the command scheduler via a register() call, Mechanism can be changed to an interface instead to allow...
Currently, standard command groups (like Commands.sequence and Commands.parallel) require all subsystems used by any of their children for the entire duration of the group's execution. This prevents the default commands...