FRCTeam2992 / Robot2023

FRC Team 2992's 2023 Robot Code
Other
1 stars 0 forks source link

[EndgameOnlyDeployButterflyWheels] Conditionally deploy butterfly wheels only in endgame mode #61

Closed nihonjinrxs closed 1 year ago

nihonjinrxs commented 1 year ago

Related Issues and PRs

Issue:

Related PRs:

Checklist

What is changing and why?

This PR adds a new conditional command EndgameOnlyDeployButterflyWheels that conditionally deploys the butterfly wheels only if the endgame mode robot state variable is set to InEndgame. It also adds a convenience method to RobotState which is used as a supplier for the conditional command, and updates the button mapping in RobotContainer to use the new command.

How was this tested?

This has not yet been tested on the robot.

Is there anything the reviewer of this PR needs to know to validate that this code is correct?

What do your team members need to know about this?