AGHSEagleRobotics / frc1388-2022

FRC 2022 - Rapid React
2 stars 0 forks source link

REVIEW CLIMBER AND DRIVER DEFAULTS IN ROBOT CONTAINER #45

Closed isabellebowdey closed 2 years ago

isabellebowdey commented 2 years ago

There are already button bindings for climber articulator, we have duplicates in the default commands.

new JoystickButton(m_opController, XboxController.Button.kY.value)
    .whenPressed(() -> m_climberSubsystem.setArticulatorPosition(ArticulatorPositions.VERTICAL),
        m_climberSubsystem);