Class CommandBase

java.lang.Object
edu.wpi.first.wpilibj2.command.Command
edu.wpi.first.wpilibj2.command.CommandBase
All Implemented Interfaces:
Sendable

@Deprecated(since="2024",
            forRemoval=true)
public abstract class CommandBase
extends Command
Deprecated, for removal: This API element is subject to removal in a future version.
All functionality provided by CommandBase has been merged into Command. Use Command instead.
A Sendable base class for Commands.

This class is provided by the NewCommands VendorDep

  • Constructor Details

    • CommandBase

      public CommandBase()
      Deprecated, for removal: This API element is subject to removal in a future version.