Class SubsystemBase

java.lang.Object
edu.wpi.first.wpilibj2.command.SubsystemBase
All Implemented Interfaces:
Subsystem
Direct Known Subclasses:
PIDSubsystem

public abstract class SubsystemBase
extends java.lang.Object
implements Subsystem
A base for subsystems that handles registration in the constructor, and provides a more intuitive method for setting the default command.
  • Constructor Details