Support non-ROS specific message publishing in ros 2
Does ros 2 support publishing non-ROS specific messages like OpenCV cv::Mat or pcl::PointCloud2 directly using a ros 2 publisher? Can it be done via the same way it is achieved in ROS 1 ?
Asked by Skyking on 2018-04-27 00:22:13 UTC
Answers
I believe what you're talking about is what we refer to as type masquerading which is on the Roadmap for ROS2 but not currently implemented.
Asked by tfoote on 2018-04-27 02:31:27 UTC
Comments
See https://discourse.ros.org/t/ros2-pcl-perceptions/3596 for a similar discussion.
Asked by Dirk Thomas on 2019-01-18 13:58:28 UTC
Comments