RoboCup-SSL / ssl-refbox

Legacy RoboCup Small Size League Referee Box, replaced by https://github.com/RoboCup-SSL/ssl-game-controller
https://robocup-ssl.github.io/ssl-refbox/
GNU General Public License v2.0
18 stars 16 forks source link

Add optional game events to referee and rcon messages #42

Closed g3force closed 6 years ago

g3force commented 6 years ago

AutoRefs implement several rules checks and send referee commands accordingly. But on the referee side the cause for the command is unknown. Knowing the event that occurred, we can:

I put the new message type into the existing message formats, as they are optional and thus won't break compatibility.