Calibration

public class Calibration extends Command

Constructors

Link copied to clipboard
public void Calibration()

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.