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 | Q&A answers.ros.org |
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-06-04 17:17:57 -0500
Seen: 161 times
Last updated: Jun 05 '18