FRC-Team-2165 / 2022

Official 2165 repository for FRC 2022 - Rapid React
Other
0 stars 0 forks source link

Optional: Implement command to disable shooter wheel #24

Open KellenWatt opened 2 years ago

KellenWatt commented 2 years ago

This is an optional command. This should only ever be used for safety purposes in testing/debugging, as it has no benefit to competition. As such, it is not required for a running robot.

Subsystems

Additional Requirements

Behaviours

When the command starts, the shooter wheel should be disabled. When it ends, the shooter wheel should be re-enabled. The other command that enables the flywheel should not have any effect in the meantime.