Software
Software copied to clipboard
[Gameplay] Play Selection - Aggressive Defense
Please fill out the following before requesting review on this PR
Description
Switches from DefensePlay to OffensePlay when the ball is:
- under a speed threshold
- within a displacement threshold
- for a duration threshold The above conditions define a stagnant ball and switches gameplay to offense to steal ball.
Testing Done
Resolved Issues
Length Justification and Key Files to Review
Review Checklist
It is the reviewers responsibility to also make sure every item here has been covered
- [ ] Function & Class comments: All function definitions (usually in the
.hfile) should have a javadoc style comment at the start of them. For examples, see the functions defined inthunderbots/software/geom. Similarly, all classes should have an associated Javadoc comment explaining the purpose of the class. - [ ] Remove all commented out code
- [ ] Remove extra print statements: for example, those just used for testing
- [ ] Resolve all TODO's: All
TODO(or similar) statements should either be completed or associated with a github issue
we might not need this now that we have shadowenemytactic in defenseplay
Created #3304 to address this problem.