AlignSwerve

public class AlignSwerve extends Command

Constructors

Link copied to clipboard
public void AlignSwerve(Direction offsetSide)
Creates a new AlignSwerve using the Direction Enum.
public void AlignSwerve(Direction offsetSide, double offsetAmount)
Creates a new AlignSwerve.

Functions

Link copied to clipboard
public void end(boolean interrupted)
The action to take when the command ends.
Link copied to clipboard
public void execute()
The main body of a command.
Link copied to clipboard
public void initialize()
The initial subroutine of a command.
Link copied to clipboard
public boolean isFinished()
Returns whether this command has finished.