Class BaseCommand

All Implemented Interfaces:
Sendable, IPropertySupport
Direct Known Subclasses:
BaseMaintainerCommand, BaseSetpointCommand, BaseWaitForMaintainerCommand, ChangeActiveSwerveModuleCommand, ConfigurePropertiesCommand, DelayViaSupplierCommand, PurePursuitCommand, ResetDistanceCommand, ResetSimulatorPositionCommand, SetAutonomousCommand, SetRobotHeadingCommand, SimpleWaitForMaintainerCommand, SwerveSimpleTrajectoryCommand

public abstract class BaseCommand extends Command implements IPropertySupport
Enhanced version of WPILib's Command that allows for extension of existing functionality.