rclcpp icon indicating copy to clipboard operation
rclcpp copied to clipboard

Support Serialize/Deserialize Functions in Type Adaption

Open audrow opened this issue 3 years ago • 3 comments

Currently, we only support convert functions to go between custom and ROS message types, which are more efficient for intra-process communication. It would be more efficient (less copy operations) for inter process communication to support serialization and deserialization functions.


I've put this issue on the H-turtle board for consideration.

audrow avatar May 11 '21 23:05 audrow