[ROS2] zero-copy using image_transport
Using standard publishers we can exploit zero-copy using std::unique_ptr
and std::move
.
But this is not supported by image_transport.
Is there any workaround to exploit zero-copy even with image_transport
?
Thank you Walter