Team2337 / 2022-Presented-By-Noahs-Arcade

Other
1 stars 0 forks source link

Move kicker commands from shooter to kicker. DRY kicker commands #193

Closed ZachOrr closed 2 years ago

ZachOrr commented 2 years ago

Working in the shooter code - there are a lot of kicker commands in the shooter folder. This PR moves the kicker commands to their own folder - since it is its own subsystem.

Additionally, this PR DRYs the kicker commands. We had several commands written just to start the kicker when the command starts, and stop the kicker when the command ends.