-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Defense obstacles from coach node #2121
Conversation
automated style fixes Co-authored-by: petergarud <[email protected]>
|
||
PlayState last_play_state_ = PlayState::halt(); | ||
FieldDimensions current_field_dimensions_; | ||
bool have_field_dimensions_ = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could just be bool have_field_dimensions_;
rj_gameplay/stp/pylint_stp.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uncommit this file please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uncommit this file please
.gitignore
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is fine, but please put this in a separate PR
Merged into #2107 |
Description
Removed defense obstacles calculation from coach node and moved to Global State
Associated / Resolved Issue
Resolves # https://app.clickup.com/t/86ayb2pbt
Still needs to be tested
Review Checklist
(Optional) Sub-issues (for drafts)
Note: if you find yourself breaking this PR into many smaller features, it may make sense to break up the PR into logical units based on these features.