-
Notifications
You must be signed in to change notification settings - Fork 61
Add Robot Spawn Positions [AARD-2041]
#1253
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
base: dev
Are you sure you want to change the base?
Conversation
When I spawn two 2024 kitbots and 2024 field and start matchmode with the toggle on and different driver stations, they both snap to the center of the field and are on top of each other. |
@ryanzhangofficial This is because that field doesn't have actual points configured (I've only done 2018), but I changed the defaults so that they won't overlap anymore I can create default spawn points for all of the fields but it might make more sense as a separate ticket (thoughts?) |
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.
lgtm
Can this new FRC field be added to where our current fields are hosted?
I think that would be helpful. What happens if a user imports a custom mira field file though? It would be confusing to still have the toggle if the functionality isn't there. |
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.
Some small conflicts from #1251 but otherwise looks good.
Task
AARD-2041
Symptom
Currently robots spawn at the center of the field (2018 is particularly annoying here) and have no defined starting places for match mode. This means that they will start wherever they were last sitting before match mode started, which isn't necessarily what you want
This will be particularly important for multiplayer games where you have several robots to deal with
Solution
Adds default spawn positions for each driver station to the devtools interface and allows them to be configured through there. I have configured default positions for the 2018 field and updated the assetpack

Verification
bun assetpack
Before merging, ensure the following criteria are met: