[robocup-small] About a bug of new Referee Box

Kotaro Yasui k0tqr0_1116 at ybb.ne.jp
Tue Apr 23 03:00:58 EDT 2013


Dear RefBox developers,

We tested the new Referee Box released in 2013 (candidate 2).
Then, we found out the 'cmd_counter' value of the Legacy Packet is
NOT incremented when any command is issued from the Referee Box.
Isn't this a bug?

legacypublisher.cc:60 is written as:
packet[1] = counter;

But we guess it should be as follows:
packet[1] = static_cast<uint8_t>(state.referee().command_counter());

Would you confirm (or check) if it's correct.

Best regards,
Kotaro Yasui

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/robocup-small/attachments/20130423/50c7000e/attachment.html>


More information about the robocup-small mailing list