Summary
According to the new rules, we are maximally allowed to send 12000 messages per Team, but are currently running the team communication with 10Hz per robot.
This means we send 12000 messages per robot playing per game (20min).
So we will need to reduce the number of messages we send and then see how that affects behavior and adjust it accordingly.
There is also a maximum size of messages, which we have to check our protobuf message against.
Summary
According to the new rules, we are maximally allowed to send 12000 messages per Team, but are currently running the team communication with 10Hz per robot.
This means we send 12000 messages per robot playing per game (20min).
So we will need to reduce the number of messages we send and then see how that affects behavior and adjust it accordingly.
There is also a maximum size of messages, which we have to check our
protobufmessage against.