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

Revision history [back]

click to hide/show revision 1
initial version

Note that you can publish/subscribe to pcl::PointCloud types directly using pcl_ros; no need to write your own conversion to/from PointCloud2. PointCloud2 and pcl::PointCloud were designed in tandem, so in general PointCloud2 can hold any data expressible as a pcl::PointCloud and vice versa.