protected void end() { shiftingSubsystem.shiftOff(); }
public ShiftUp() { shiftingSubsystem = Pneumatics.getInstance(); requires(shiftingSubsystem); setTimeout(0.1); }
protected void execute() { shiftingSubsystem.shiftHigh(); }