You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing KickoffEnemyPlay in kickoff_play_test.py, a friendly robot violates kickoff rules by entering the enemy half. During enemy kickoff, friendly robots are not allowed to enter the enemy half and the center circle. This can be seen through Thunderscope when running kickoff_play_test.py:
The high level goal is to adjust KickoffEnemyPlay so that our robots stay outside of the enemy half and center circle for the duration of kickoff.
To test this validation, run kickoff_play_test.py (once it is merged) and see if robots stay outside of the enemy half + center circle during enemy kickoff. You can do this through the command: ./tbots.py test //software/ai/hl/stp/play:kickoff_play_test -t
Note that you will have to adjust kickoff_play_test.py to run enemy tests, as this is currently commented out:
Acceptance criteria
friendly robots do not enter enemy region when running KickoffEnemyPlay
kickoff_play_test.py passes tests when is_friendly_test is False
Description of the task
When testing KickoffEnemyPlay in kickoff_play_test.py, a friendly robot violates kickoff rules by entering the enemy half. During enemy kickoff, friendly robots are not allowed to enter the enemy half and the center circle. This can be seen through Thunderscope when running kickoff_play_test.py:
The high level goal is to adjust KickoffEnemyPlay so that our robots stay outside of the enemy half and center circle for the duration of kickoff.
To test this validation, run kickoff_play_test.py (once it is merged) and see if robots stay outside of the enemy half + center circle during enemy kickoff. You can do this through the command: ./tbots.py test //software/ai/hl/stp/play:kickoff_play_test -t
Note that you will have to adjust kickoff_play_test.py to run enemy tests, as this is currently commented out:
Acceptance criteria
Blocked By
#3123
The text was updated successfully, but these errors were encountered: