You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rclcpp seems to have implemented intra-process communication without serializing custom data types to ROS messages when the apropriate type adapters are used: ros2/rclcpp#1664, but this is not documented.
Rclcpp seems to have implemented intra-process communication without serializing custom data types to ROS messages when the apropriate type adapters are used: ros2/rclcpp#1664, but this is not documented.
The type adapter is already used in the subscriber and publisher examples.
The demos repo contains an adapter for
cv::Mat
(header, implementation) which is used in cam2image.cppThe text was updated successfully, but these errors were encountered: