Package tagalong.commands
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
Tagalong extension of the WPILib Command class, adding utilities that allow for easier
 composition of library commands
- 
Nested Class SummaryNested classes/interfaces inherited from class edu.wpi.first.wpilibj2.command.CommandCommand.InterruptionBehavior
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionClears the requirement list for this command.Methods inherited from class edu.wpi.first.wpilibj2.command.CommandaddRequirements, addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineFor, deadlineWith, end, execute, finallyDo, finallyDo, getInterruptionBehavior, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initialize, initSendable, isFinished, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, runsWhenDisabled, schedule, setName, setSubsystem, unless, until, withDeadline, withInterruptBehavior, withName, withTimeout, withTimeout
- 
Constructor Details- 
TagalongCommandpublic TagalongCommand()
 
- 
- 
Method Details- 
anonymizeClears the requirement list for this command. Used to enable the composition of multiple Tagalong base commands- Returns:
- The command with its requirements removed
 
 
-