You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Referee topics are only published on gameplay start/halt, which means we should use the transient local QoS for all related ROS pubs/subs. The pubs are configured as such; the subs aren't. Introducing transient local subs didn't expose the topics to gameplay_node, so in #1671 we added a timer to periodically publish the referee messages.
Description
Referee topics are only published on gameplay start/halt, which means we should use the transient local QoS for all related ROS pubs/subs. The pubs are configured as such; the subs aren't. Introducing transient local subs didn't expose the topics to
gameplay_node
, so in #1671 we added a timer to periodically publish the referee messages.Steps to reproduce
Result: The callback in gameplay_node is never reached.
Additional information
Either we should fix transient_local subs or just make all referee topics on a timer.
The text was updated successfully, but these errors were encountered: