Class ElevatorWristHold

All Implemented Interfaces:
Sendable

public class ElevatorWristHold extends ParallelCommandGroup
A command group that schedules both elevator and wrist hold commands in parallel. This command is designed to maintain the current position of both mechanisms simultaneously.

Note: This class is intended for autonomous routines only. Teleop operation uses a different control method for these subsystems. Uses schedule commands to run until the next command starts.

  • Constructor Details

    • ElevatorWristHold

      public ElevatorWristHold(ElevatorSubsystem elevatorSubsystem, WristSubsystem wristSubsystem)
      Creates a new ElevatorWristHold command group.
      Parameters:
      elevatorSubsystem - The elevator subsystem to be controlled
      wristSubsystem - The wrist subsystem to be controlled