Can ROS2 image transfer possible using zero copy communication #5314
vishnuv-dev
started this conversation in
General
Replies: 1 comment 2 replies
-
The standard message types (like this one) contain a string in the header that makes them unusable with zero copy. You might be interested in this project which contains an image processing pipeline fully compatible with zero copy. |
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
-
I am referring the following document for zero copy communication https://fast-dds.docs.eprosima.com/en/latest/fastdds/use_cases/zero_copy/zero_copy.html to work on ROS2 image transfer. In this document, it is mentioned that zero copy communication has some constrains like "only plain types are supported". Will this affect the image transfer between nodes using zero copy communication.?
Beta Was this translation helpful? Give feedback.
All reactions