RoboCup-SPL / Rules

Public version of the SPL rules
5 stars 2 forks source link

Attempt use 90s and adding challenge points #158

Closed ben47955 closed 1 week ago

ahasselbring commented 2 weeks ago

What is the reasoning behind those changes at this point? Especially, continuing the challenge after a goal seems quite a big change to me (and is not supported by the GameController at the moment).

jpha226 commented 2 weeks ago

Hi Arne,

The concern is that only a single goal might not differentiate teams well enough. For example, one team might score in 15 seconds and another takes the full 90 seconds. The first team would appear to be stronger but each team would have an equal result (ignoring what happens on defense). This could be a problem for tie-breakers since each team only gets to play a fraction of the total teams.

Is this a big or small change to the GameController? I thought this would be already supported or at most a small change. If it is a bigger change, we can discuss an alternative way to address the above issue (e.g., using time-to-score as a tie-breaker).

Josiah

From: Arne Hasselbring @.> Date: Tuesday, July 2, 2024 at 6:47 AM To: RoboCup-SPL/Rules @.> Cc: Subscribed @.***> Subject: Re: [RoboCup-SPL/Rules] Attempt use 90s and adding challenge points (PR #158)

What is the reasoning behind those changes at this point? Especially, continuing the challenge after a goal seems quite a big change to me (and is not supported by the GameController at the moment).

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/RoboCup-SPL/Rules/pull/158*issuecomment-2202950136__;Iw!!Mak6IKo!Lp9PxeOqbFD1G0m7-sktVrbGCGdoiHbhy_k4eo0EVPFmlnqkpQ43r6fJXbQ3i3AQorddYO2gp2Sjj4C8CQOgaD7t4u4$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/ABKB3JPYP3HQ4NHELZGGSXTZKKHM7AVCNFSM6AAAAABKFVTAESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBSHE2TAMJTGY__;!!Mak6IKo!Lp9PxeOqbFD1G0m7-sktVrbGCGdoiHbhy_k4eo0EVPFmlnqkpQ43r6fJXbQ3i3AQorddYO2gp2Sjj4C8CQOgi5d2Kkg$. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ben47955 commented 2 weeks ago

The initial discussion come from a small issue between section "Number and duration of attempts" were there seems to be contradiction. Short discussion lead to this change. I think the impact on teams is low or even null. But, maybe for the same reason we should do the opposite and end the attempt after a goal. This change was mean to have no impact, so we should stick to that.

roefer commented 2 weeks ago

I don't think that the rules should be changed two weeks before the challenge takes place. The original rules were designed so that teams should perform passes rather than scoring goals, because that's how you can achieve many points. Changing the main objective of the challenge so close to the competition is unfair for the teams who already prepared for the challenge.

jpha226 commented 1 week ago

Closing pull request as we determined not to change anything.