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] Multiple network interfaces connection issues #108

Closed
uupks opened this issue Apr 8, 2024 · 1 comment
Closed

[Bug] Multiple network interfaces connection issues #108

uupks opened this issue Apr 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@uupks
Copy link

uupks commented Apr 8, 2024

Describe the bug

This is my hardware setup:
zenoh-plugin-ros2dds

I have tried 2 methods:

# Robot
./zenoh-bridge-ros2dds -l tcp/0.0.0.0:7447

# Station
./zenoh-bridge-ros2dds -e tcp/192.168.1.1:7447 -l tcp/192.168.2.1:7448

# PC
./zenoh-bridge-ros2dds -e tcp/192.168.2.1:7448

and

# Robot
./zenoh-bridge-ros2dds -e tcp/192.168.1.5:7447

# Station
./zenoh-bridge-ros2dds -l tcp/0.0.0.0:7447

# PC
./zenoh-bridge-ros2dds -e tcp/192.168.2.1:7447

But both report warning messages that PC and Robot can't connect to each other

# PC
[WARN  zenoh::net::runtime::orchestrator] Unable to connect to any locator of scouted peer 576a28576abe5550b3c150c051e9e046:[tcp/192.168.1.1:33642]

# Robot
[WARN  zenoh::net::runtime::orchestrator] Unable to connect to any locator of scouted peer 970647dbcbbccaf605e3f6c9604ce5e1:[tcp/192.168.2.10:2133]

To reproduce

  1. Start zenoh-plugin-ros2dds as above

System info

  • Robot: arm64
  • Station: arm64
  • PC: x86-64
@uupks uupks added the bug Something isn't working label Apr 8, 2024
@uupks
Copy link
Author

uupks commented Apr 8, 2024

Referring to #86 , running bridge in client mode on PC works fine...

# PC
./zenoh-bridge-ros2dds -m client -e tcp/192.168.2.1:7447

@uupks uupks closed this as completed Apr 8, 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

No branches or pull requests

1 participant