-
Notifications
You must be signed in to change notification settings - Fork 365
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
tev: ddsi_udp_conn_write failed with retcode -3 #2024
Comments
Looking a bit around, could it be related to having multiple network interfaces? ros2/rmw_cyclonedds#455 |
Facing same error on Ubuntu 20.04 and ROS Foxy. |
I am having same issue but this is with a C program that uses cyclonedds 0.11 (ie not a ROS2 program). arm Ubuntu 20.04. It passes this xml to the dds_create_domain() function:
I also tried Cyclone outputs a bunch of lines that look like these: 1725464190.844856 [0] tev: ddsi_udp_conn_write to udp/192.168.1.114:7414 failed with retcode -3 |
I generally try to ignore only the errors from That commit is part of PR #2086 which I finally merged last week. That is of not much use to ROS 2 because that's not trivially back ported to 0.10.x and I still need to do a bit of work for ROS 2 and master, but if you could give Cyclone @btbrucethompson for you, I think current master is worth a try, because my merge was after your comment ... |
Error I get
Details
I'm running ROS humble using cyclonedds on 2 computers.
The computers connected via ethernet. The ethernet interface of Computer 1 is called
eth0
and the one of Computer 2 is calledenp89s0
. I can ping them and I can even receive udp packets when runningecho "Test message" | nc -u -w1 192.168.0.51 7648
so I know the ports are not blocked. One more detail, the ROS nodes are running in docker containers but they share the host's network so that shouldn't be a source of problem as far as I know.Computer 1
Computer 2
I'd really appreciate the help, I'm trying to switch from FastDDS as it's causing issues and I wouldn't like to give up on Cyclone as well. Thanks
The text was updated successfully, but these errors were encountered: