Class SimpleWaitForMaintainerCommand

All Implemented Interfaces:
Sendable, IPropertySupport

public class SimpleWaitForMaintainerCommand extends BaseCommand
Command that waits for a maintainer to be at its goal or until a timeout.
  • Constructor Details

    • SimpleWaitForMaintainerCommand

      public SimpleWaitForMaintainerCommand(BaseSetpointSubsystem<?> subsystem, Supplier<Double> delaySupplier)
      Creates a new SimpleWaitForMaintainerCommand instance.
      Parameters:
      subsystem - The maintainer subsystem.
      delaySupplier - The timeout duration in seconds via a supplier.
  • Method Details