ROS 2 zero copy

asked 2022-03-02 13:48:54 -0500

Nir-Az gravatar image

Hi, On the Efficient intra-process communication It say about intra-process zero copy data transfer.

How about inter-process? How can I get ROS2 to do zero-copy inter-process communication using shared memory if no other host node is subscribed? Does the use_intra_process_comms flag affect inter-process as well?

and 1 more question, why not setting use_intra_process_comms default on?

Does it comes with a memory allocation cost?

Thanks

edit retag flag offensive close merge delete