ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Zero-copy intra-process messages with C RCL

asked 2018-06-04 17:17:57 -0500

amosteo gravatar image

Is this possible? I wouldn't think so since rcl_take requires a pointer to an already allocated message, but am I missing something?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-06-05 16:19:06 -0500

William gravatar image

It's not possible at the C API level (rcl). Intraprocess communication (zero-copy or not) is only implemented in C++ (rclcpp) right now.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-06-04 17:17:57 -0500

Seen: 200 times

Last updated: Jun 05 '18