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

[Bug] Transient local topics not working with second client #219

Open
JMvanBruggen opened this issue Aug 21, 2024 · 1 comment
Open

[Bug] Transient local topics not working with second client #219

JMvanBruggen opened this issue Aug 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@JMvanBruggen
Copy link

Describe the bug

Second client does not receive transient local topics from a router.

To reproduce

  1. Start a router: zenoh-bridge-ros2dds -m router
  2. Start a transient local publisher on the router side.
  3. Start a client (on 2nd pc) zenoh-bridge-ros2dds -e tcp/ROBOT_IP:7447 -m client
  4. Start a second client (on 3rd pc) zenoh-bridge-ros2dds -e tcp/ROBOT_IP:7447 -m client

One of both clients does not receive the transient local topic. (very problematic with /tf_static for example)

System info

System info

  • Ubuntu 22:04
  • ROS Humble
  • dev/1.1.0 branch
@JMvanBruggen JMvanBruggen added the bug Something isn't working label Aug 21, 2024
@muellerbernd
Copy link

I have noticed the same problem in my setup. Are there any solutions/hacks to get this working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants