Class BaseCommand

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

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

    • runningAlert

      protected final Alert runningAlert
    • log

      protected final org.apache.logging.log4j.Logger log
    • aKitLog

      protected final AKitLogger aKitLog
    • monitor

      protected final TimeLogger monitor
  • Constructor Details

    • BaseCommand

      public BaseCommand()
  • Method Details