RoboCup-SPL / Rules

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

Shared Autonomy Challenge #139

Closed roefer closed 6 months ago

roefer commented 9 months ago

Here a few thoughts about the challenge:

jpha226 commented 8 months ago

Thanks for sharing these. We discussed this point and will look into a possible way to determine fair use of what bandwidth is available. We are hesitant to limit the different approaches teams might take as to what information is streamed back to the human operator. However, we will make sure to note that attempts to jam the other team should not be taken. There was also a suggestion that we could attempt to configure the network router to try and balance how much each team can get through.

Thanks for the suggestion for a variation on the Swiss system. It's a great idea to get a better selection of matches and we'll try to find something that works as we know how many matches can be played.

The point of disclosure is to make sure that teams provide a minimal level of human control, i.e., all challenge participants do more than just deploy two fully autonomous robots. We are discussing delaying when teams must communicate their strategy to mitigate the risk of other teams quickly copying their approach. One possibility is that teams will disclose to the TC initially but then later to everyone else.

ahasselbring commented 8 months ago

Can the operator-robot communication use a different network channel than the one for team messages (i.e. non-UDP, different port, and/or unicast)? Otherwise, the GameController will count those packets as team communication, which prohibits packets larger than 128 Bytes. I would guess from the above reply that you allow any (reasonable) network channel for operator-robot communication, but as this is one of the topics where the normal rule book is quite strict, a clarification would be good.

jpha226 commented 8 months ago

Yes, any (reasonable) network channel is fine for operator-robot communication. Robot-robot communication will still be restricted as per the normal rules.