Class TagalongCommand

java.lang.Object
edu.wpi.first.wpilibj2.command.Command
tagalong.commands.TagalongCommand
All Implemented Interfaces:
Sendable
Direct Known Subclasses:
ElevateToCmd, ElevateToDynamicCmd, ElevateXCmd, ElevatorZeroCmd, PivotToAbsoluteCmd, PivotToCmd, PivotToDynamicAbsoluteCmd, PivotToDynamicCmd, PivotXCmd, RollToCmd, RollToDynamicCmd, RollXCmd

public class TagalongCommand extends Command
Tagalong extension of the WPILib Command class, adding utilities that allow for easier composition of library commands
  • Constructor Details

  • Method Details

    • anonymize

      Clears the requirement list for this command. Used to enable the composition of multiple Tagalong base commands
      Returns:
      The command with its requirements removed