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] With mode: "client" in configuration zenoh-bridge-ros2dds remain in peer mode #75

Closed
JEnoch opened this issue Jan 30, 2024 · 0 comments · Fixed by #76
Closed

[Bug] With mode: "client" in configuration zenoh-bridge-ros2dds remain in peer mode #75

JEnoch opened this issue Jan 30, 2024 · 0 comments · Fixed by #76
Assignees
Labels
bug Something isn't working

Comments

@JEnoch
Copy link
Member

JEnoch commented Jan 30, 2024

Describe the bug

Using such a config file:

{ mode: "client" }

zenoh-bridge-ros2dds is not using the client mode, but the peer mode.

Bug introduced in #49

To reproduce

  1. create a conf.json5 file as such:
    { mode: "client" }
  2. Start a Zenoh router: zenohd
  3. Start a bridge with the config file: zenoh-bridge-ros2dds -c conf.json5
  4. Check the bridge mode as discovered by the bridge at http://localhost:8000/@/router/local (see "whatami" value)

System info

@JEnoch JEnoch added the bug Something isn't working label Jan 30, 2024
@JEnoch JEnoch self-assigned this Jan 30, 2024
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

Successfully merging a pull request may close this issue.

1 participant