Skip to content
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

Closed
wants to merge 4 commits into from

Conversation

petergarud
Copy link
Contributor

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

  • Docstrings: All methods and classes should have the file appropriate docstrings which follow the guidelines in the "Contributing" page of our docs.
  • Remove extra print statements: Any print statements used for debugging should be removed
  • Tag reviewers: Tag some people for review and ping them on Slack

(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.

  • Step 1
  • Step 2


PlayState last_play_state_ = PlayState::halt();
FieldDimensions current_field_dimensions_;
bool have_field_dimensions_ = false;
Copy link
Contributor

@rishiso rishiso Oct 23, 2023

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_;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uncommit this file please

Copy link
Contributor

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
Copy link
Contributor

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

@p-nayak11
Copy link
Contributor

Merged into #2107

@p-nayak11 p-nayak11 closed this Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants