Daniel Chen

Results 7 issues of Daniel Chen

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.

component: epilogue

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...

2027
component: commands v3

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...

component: command-based