Degraded PointCloud2 performance over 100 Mbps Ethernet with ROS 2 #5932
mariamercade
started this conversation in
Support
Replies: 1 comment 2 replies
-
Hello @mariamercade, Fast DDS has its own tuning guide for Large Data rates with extra info about how to tune Fast DDS. In your case, I would directly recommend to increase system buffer sizes. I would also increase the buffer sizes on the XML to twice the message size you are sending, something like 6.5 MB will do. Could you try again with system buffer sizes and Fast DDS buffers of 6.5 MB? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’m running into communication issues when sending a ~3.15 MB PointCloud2 at ~10 Hz over a 100 Mbps Ethernet link between two Ubuntu 24.04 machines running ROS 2 Jazzy and Fast DDS.
Setup:
Notes:
Pointcloud2
transmission setup worked fine at 10 Hz, so I believe it should also be achievable in ROS 2 with proper tuning.Config:
Here is the fastrtps.xml I’ve been testing with:
Question:
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions