bit-bots / humanoid_league_misc

MIT License
0 stars 2 forks source link

Remove allowedToMove from GameState message #86

Closed timonegk closed 3 years ago

timonegk commented 3 years ago

Proposed changes

AllowedToMove is not actually sent by the GameController and instead determined by our receiver. That logic should be moved to the behavior (see bit-bots/bitbots_behavior#171 and bit-bots/humanoid_league_msgs#28).

Necessary checks