Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transient local pub/sub for referee topics #1675

Open
1 task done
kfu02 opened this issue Jun 19, 2021 · 0 comments
Open
1 task done

Transient local pub/sub for referee topics #1675

kfu02 opened this issue Jun 19, 2021 · 0 comments

Comments

@kfu02
Copy link
Contributor

kfu02 commented Jun 19, 2021

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

  1. Start sim
  2. Remove the timer added in Basic defense play #1671
  3. Try to use a referee topic in gameplay_node

Result: The callback in gameplay_node is never reached.

  • This bug has been reproduced by someone else

Additional information

Either we should fix transient_local subs or just make all referee topics on a timer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants