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

Automatic Robot substitution #73

Closed
g3force opened this issue Feb 15, 2024 · 0 comments · Fixed by #74
Closed

Automatic Robot substitution #73

g3force opened this issue Feb 15, 2024 · 0 comments · Fixed by #74

Comments

@g3force
Copy link
Member

g3force commented Feb 15, 2024

Current procedure

  • (1) The robot is at least partially inside the field margin.
  • (2) The robot is at a distance from the halfway line that must not exceed 1 meter.
  • (3) The ball must be at least 2 meters away from the halfway line.

Issue

Point (3) can result in a deadlock:

  • If the ball is within 2 meters to halfway line, robots may not be taken out
  • If a team has too many robots on the field due to a yellow card, without any intermediate STOP, there is no chance to interchange robots automatically

Proposed changes

  • (3) The ball must be at least 0.5 meters away from the robot.
kkimurak pushed a commit to kkimurak/ssl-rules-ja that referenced this issue Mar 21, 2024
kkimurak added a commit to kkimurak/ssl-rules-ja that referenced this issue Mar 23, 2024
* [RoboCup-SSL#73] Change constraint for automatic robot substitution

* 翻訳

---------

Co-authored-by: Nicolai Ommer <nicolai.ommer@gmail.com>
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 a pull request may close this issue.

1 participant