-
Notifications
You must be signed in to change notification settings - Fork 76
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
Can't find shared ball behavior #674
Comments
How will you stop a flipped robot from breaking the shared model? |
Consensus. Multiple robots (currently two) have to agree on the ball's location for us to act on the shared ball in behaviours. A robot is flipped by the shared ball model if the following two things are true:
I can't remember a time where two robots were flipped, but goalie flipping should deal with that possibility anyway. What do you think? |
sounds good, i thought from the first comment that a single robot could decide to flip the shared ball module. I'll look at the shared ball module before commenting further |
FYI, the consensus-based shared ball is still under development |
cool, thanks |
If a robot is looking for the shared ball but cannot find it, it should flip the shared ball symmetrically and look there. If it finds it this way, the shared ball module will flip it.
The text was updated successfully, but these errors were encountered: