Zero-copy intra-process messages with C RCL
Is this possible? I wouldn't think so since rcl_take
requires a pointer to an already allocated message, but am I missing something?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Is this possible? I wouldn't think so since rcl_take
requires a pointer to an already allocated message, but am I missing something?
It's not possible at the C API level (rcl
). Intraprocess communication (zero-copy or not) is only implemented in C++ (rclcpp
) right now.
Asked: 2018-06-04 17:17:57 -0500
Seen: 216 times
Last updated: Jun 05 '18
Nodelet zero-copy transport not working with multiple nodelets
how to receive non-const shared_ptr without copies when publishing between nodelets? [closed]
Implement shared memory data publishing between nodelets [closed]
Is there a release date of ros 2 or more informations about it?
Is the planned ROS1 to ROS2/DDS bridge available yet?
ROS2: content-based topic subscriptions?
Building Ros 2.0 without OpenCV?