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

Penalizing robots colliding with the goal for extend periods of time #301

Open
wants to merge 1 commit into
base: release
Choose a base branch
from

Conversation

medrimonia
Copy link

Note: this is a new feature that should help to increase performances when robots are constantly running toward goalposts

Store the information of contact with the goal in a 30 seconds buffer
and penalize robots if they spent more than 50% of the time touching
the goal.

A test scenario including 3 basic tests is implemented.

All tests including the new one are passing.

Store the information of contact with the goal in a 30 seconds buffer
and penalize robots if they spent more than 50% of the time touching
the goal.

A test scenario including 3 basic tests is implemented.

All tests including the new one are passing.
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 this pull request may close these issues.

1 participant