-
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
Free Kick / Penalty / Kickoff #2200
Conversation
@sanatd33 I can't get this to work on my computer. Also GH failed to build for some reason. |
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.
not sure that it works right now
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.
It still isn't building on GH.
…e alive_robots_. Modified type of alive_robots_ almost everywhere to be the std::array<bool, kNumShells> rather than the std::vector<int>
… the new array parameter, made code cleaner for loop in robot_factory_position
…ategy/alive_robots) for consistency
automated style fixes Co-authored-by: sanatd33 <[email protected]>
automated style fixes Co-authored-by: sanatd33 <[email protected]>
ec08690
to
d944e4f
Compare
…is in a legal position. Next step is to add it to the cmake file so that we can test it, and then be able to switch to the position in robot_factory_position
see #2236 for an updated version of this PR |
Description
Writes free kick, kickoff, penalty code
Associated / Resolved Issue
Resolves https://app.clickup.com/t/86azbvek6
Key Files to Review
Review Checklist