RoboCup-SPL / GameController3

This is the official GameController used in the RoboCup Standard Platform League
MIT License
16 stars 8 forks source link

No response in initiating Kick-In, Corner-Kick, Goal-Kick #53

Closed infCraft closed 2 weeks ago

infCraft commented 3 months ago

We were testing our code of bhuman-2023 today, but we found that when we initiate a Kick-In, Corner-Kick or Goal-Kick to a certain team, the robots had no response to it, which meant that they were still at 'playing' state. Nevertheless, when we initiate them in Simrobot, it could successfully turn into the certain mode and complete the progress. Is there any problem with the GameController3 or our configurations? Thanks for your reply!

ahasselbring commented 3 months ago

Generally, if the robots do not show up as active (which means that the red dot next to the robot numbers do not turn green), there is a problem with communication between the GameController and the robots.

ahasselbring commented 2 weeks ago

I assume you solved your problem. If not, please reopen this issue and give more details about the configuration you were using.