Class CommandBase

java.lang.Object
edu.wpi.first.wpilibj2.command.CommandBase
All Implemented Interfaces:
Sendable, Command
Direct Known Subclasses:
CommandGroupBase, ConditionalCommand, FunctionalCommand, MecanumControllerCommand, NotifierCommand, PerpetualCommand, PIDCommand, ProfiledPIDCommand, ProxyCommand, ProxyScheduleCommand, RamseteCommand, RepeatCommand, ScheduleCommand, SelectCommand, SwerveControllerCommand, TrapezoidProfileCommand, WaitCommand, WaitUntilCommand, WrapperCommand

public abstract class CommandBase
extends Object
implements Sendable, Command
A Sendable base class for Commands.

This class is provided by the NewCommands VendorDep