RoboCup-SSL / ssl-rules

Official RoboCup Small Size League Rule Book
https://robocup-ssl.github.io/ssl-rules/
GNU General Public License v3.0
12 stars 13 forks source link

Remove duplicate events #38

Closed g3force closed 3 years ago

g3force commented 3 years ago

Closes #37

kkimurak commented 3 years ago

BTW, I've noticed that some Handled by field have been changed from autoref to game controller (e.g. failed ball placement). Are they the intended changes?

g3force commented 3 years ago

Yes, that was intended. I've synchronized the tables in the appendix with the game event enum: https://github.com/RoboCup-SSL/ssl-game-controller/blob/master/proto/ssl_gc_game_event.proto#L483

kkimurak commented 3 years ago

I see. Thanks.