Fix Team::try_from()
when no kicking_team
is sent
#1577
Labels
is:Bug
This is a bug and should be prioritised.
Milestone
The
kicking_team
of theGameControllerStateMessage
is currently not correctly parsed, when nokicking_team
is sent. Currently, simply everyteam_number
other thanHULKS_TEAM_NUMBER
will result inTeam::Opponent
. The easiest way would be to identify the value the game controller sends, when thekicking_team
is supposed to not be transmitted.For this RoboCup-SPL/GameController3, has to be updated to the current rule set.
The text was updated successfully, but these errors were encountered: