-
Notifications
You must be signed in to change notification settings - Fork 33
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] - ros2 topic echo only works on the first call #213
Comments
Those logs looks normal: the bridge discovered the Subscriber on I tried to reproduce using the
I didn't manage to reproduce the issue. Could you please try again with latest commit of the |
@JEnoch I reproduced this bug. Additionally, sometimes 'ros2 topic echo /chatter' echoes the output two or three times. PC 01 running
|
Describe the bug
When running
ros2 topic echo /joint_states
(also happens for other topics) it works fine for the first call.After closing
ros2 topic echo
withCTRL+C
and running it again no topic output is shown.This happens also for other nodes.
Bridge output:
To reproduce
zenoh-bridge-ros2dds -e ...
ros2 topic echo <topic>
System info
-Ubuntu 22.04
-ROS2 iron
-zenoh-bridge-ros2dds v1.0.0-alpha.6
The text was updated successfully, but these errors were encountered: