Subsystem
-
class Subsystem
Abstract class for subsystem behaviors. Look at the ../tutorials/intakeExample.md “annotated intake example” for a more in depth solution.
Public Functions
-
virtual void periodic() = 0
Period is run every frame by the CommandScheduler useful for debugging tasks and feedback controllers that need to run every frame
-
virtual void periodic() = 0