Class ElevatorZeroCmd<T extends TagalongSubsystemBase & ElevatorAugment>

All Implemented Interfaces:
Sendable

Command that finds the elevator zero position and sets the encoder position to zero.
  • Constructor Details

    • ElevatorZeroCmd

      public ElevatorZeroCmd(T elevator)
      Construct the command according to the below parameters.
      Parameters:
      elevator - the elevator subsystem
    • ElevatorZeroCmd

      public ElevatorZeroCmd(int id, T elevator)
      Construct the command according to the below parameters.
      Parameters:
      id - Integer ID of the elevator microsystem inside the Tagalong Subsystem
      elevator - the elevator subsystem
  • Method Details