ParallelElevatorWristRun Command
The ParallelElevatorWristRun command group coordinates the simultaneous movement of both the elevator and wrist mechanisms to achieve faster overall positioning of the robot's manipulator system.
Subsystem Requirements
This command group requires: - Elevator Subsystem - Wrist Subsystem
Constructor Parameters
public ParallelElevatorWristRun(
ElevatorSubsystem elevatorSubsystem,
WristSubsystem wristSubsystem,
Distance elevatorHeight,
Angle wristAngle)
elevatorSubsystem
: The elevator subsystem instance for vertical movementwristSubsystem
: The wrist subsystem instance for angular movementelevatorHeight
: Desired target height for the elevator using WPILib Distance unitswristAngle
: Desired target angle for the wrist using WPILib Angle units
Configuration Requirements
-
Both subsystems must be properly configured with:
- PID control parameters
- Motion constraints
- Soft limits
- Zero offset calibration
-
The command uses proxy commands, so default commands should be configured for both subsystems