UBC-Thunderbots / Software

Robot Soccer Playing AI
http://www.ubcthunderbots.ca
GNU Lesser General Public License v3.0
47 stars 98 forks source link

[Gameplay] Combine Kick and Chip FSMs #3236

Open nimazareian opened 1 week ago

nimazareian commented 1 week ago

Description of the task

KickFSM and ChipFSM have identical implementation with the minor difference of some naming and AutoChipOrKickMode. We should combine both into a single implementation.

Some ideas for how we can achieve this:

Depending on the results, consider updating the KickTactic and ChipTactic as well.

Note that the names of these FSMs may be changed once the on going new offense implementation is complete.

Acceptance criteria