Software
Software copied to clipboard
vlada/dribble_into_the_ball
Please fill out the following before requesting review on this PR
Description
- Changed the getPossession function to move further into the ball.
- Added tests for getting possession when the ball is in near proximity.
Testing Done
Ran unit tests and added tests.
Resolved Issues
resolves #2859
Length Justification and Key Files to Review
Review Checklist
It is the reviewers responsibility to also make sure every item here has been covered
- [ x] 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. - [ x] Remove all commented out code
- [ x] Remove extra print statements: for example, those just used for testing
- [ x] Resolve all TODO's: All
TODO(or similar) statements should either be completed or associated with a github issue