RoboCup-Humanoid-TC / webots

Webots Robot Simulator
https://cyberbotics.com
Apache License 2.0
14 stars 14 forks source link

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

Open medrimonia opened 2 years ago

medrimonia commented 2 years ago

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.