ros2 / rmw_fastrtps

Implementation of the ROS Middleware (rmw) Interface using eProsima's Fast RTPS.
Apache License 2.0
157 stars 117 forks source link

Lost large messages across subnets #640

Closed Eumenes0362 closed 2 years ago

Eumenes0362 commented 2 years ago

Question:

I am now trying to communicate ROS2 using fastDDS between different subnets. But, large message drop in size (ex. RGB, 640x480) between "different subnets in the same domain". Messages are not dropped between the "same subnets". What are the possible causes and remedies for this?

Steps to reproduce issue

On Publisher PC(Subnet 1):
$ros2 bag play <pub_image_s.bag> -l

On Subscriver PC(Subnet 2):
$rviz2 -d image.rviz

Expected behavior

Actual behavior

fujitatomoya commented 2 years ago

It would be probably better to open questions like this on https://answers.ros.org, which is our central Question and Answer site.

i think that multicast discovery does not work with different subnet.

Eumenes0362 commented 2 years ago

Thanks for advice. I will ask this in ROS Answers.