Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Describe your pull request.
Added formation that robots will enter for a kickoff. Two robots, currently 5 and 4, are sent to pre-determined locations on the map when a kickoff is initially called. They stay there until the game proceeds.
NOTE: This hard-coded formation and hard-coded robots will change when we add Coordinators, so the addition of a Formation type or a coordinator to set up formations should be added to the backlog.
Associated / Resolved Issue
Resolves # or ClickUp card
Design Documents
Link
Steps to Test
Test Case 1
Expected result:
Robots 5 and 4 should be sent to positions on either side of the kicking robot, then move from those positions when the game properly starts.
Key Files to Review
Group 1
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.