Align Swerve
Functions
Link copied to clipboard
The action to take when the command ends. Called when either the command finishes normally -- that is called when .isFinished returns true -- or when it is interrupted/canceled. This is where you may want to wrap up loose ends, like shutting off a motor that was being used in the command.
Link copied to clipboard
The initial subroutine of a command. Called once when the command is initially scheduled.
Link copied to clipboard
Returns whether this command has finished. Once a command finishes -- indicated by this method returning true -- the scheduler will call its .end method.