Subsystem

abstract class Subsystem

A Subsystem represents a real-world system (such as a lift, intake, or claw) that cannot be controlled by multiple commands simultaneously.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun initialize()

Initializes this subsystem. This function is perfect for calling hardwareMap.get or otherwise initializing hardware devices.

Link copied to clipboard
open fun periodic()

This function is called every update.