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

Hard to see without your code but I assume you are trying to subscribe using the pcl::pointcloud message type?

One generally uses the sensor_msg::PointCloud2 message type for communication then converts it to and from the pcl type using pcl::toROSMsg(...) and pcl::fromROSMsg(...).