Closed
Description
The components in ROS2 provide Zero-copy communication. Luckily, the realsense package comes with this option.
Quoting the following from Efficient intra-process communication section:
Our ROS2 Wrapper node supports zero-copy communications if loaded in the same process as a subscriber node. This can reduce copy times on image topics (not point-cloud or others), especially with big frame resolutions and high FPS.
Does it mean that point clouds are not supported for zero-copy if loaded in the same process as a subscriber node?