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
The line "Zenoh Subscriber: got data!" never appears indicating the example is not bridging correctly.
For the ros1_sub example, the behavior is the same but reversed. The ros1 subscriber never receives the publishes from the zenoh publish, and rostopic hz can be used to confirm that no messages are making it to ros.
To reproduce
Follow the source installation instruction from README
cargo run --example ros1_pub
Tested on current main: 44bb957a4358f53e80336dfeeab206e68c76b542
System info
Platform: Host is Ubuntu 20.04, running inside a docker image that is also based off of Ubuntu 20.04
Tested on current main: 44bb957a4358f53e80336dfeeab206e68c76b542
The text was updated successfully, but these errors were encountered:
Describe the bug
Appears to be a result of #131?
The ros1_sub and ros1_pub examples do not appear to work as intended.
Focusing on the ros1_pub example.
When running I get the following:
The line "Zenoh Subscriber: got data!" never appears indicating the example is not bridging correctly.
For the ros1_sub example, the behavior is the same but reversed. The ros1 subscriber never receives the publishes from the zenoh publish, and
rostopic hz
can be used to confirm that no messages are making it to ros.To reproduce
cargo run --example ros1_pub
Tested on current main:
44bb957a4358f53e80336dfeeab206e68c76b542
System info
Tested on current main:
44bb957a4358f53e80336dfeeab206e68c76b542
The text was updated successfully, but these errors were encountered: