[ROS2] zero-copy using image_transport

asked 2020-09-11 06:04:07 -0500

Myzhar gravatar image

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

edit retag flag offensive close merge delete