frc2019.robot.subsystems.Erector

Subsystem for the climber. The climber is currently under revision.

Commands

public Erector()

Constructor for the Subsystem Erector.

Motors are set to brake mode.

public void initDefaultCommand()

Associates the Erect command with the Subsystem Erector.

public void resetPID()

Resets the last encoder values so that the PID will zero out.

public void drive(double speed, boolean hold)

Drives the motor, moving up the climber.