ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Publish a sensor_msgs::PointCloud2. The easiest way would be to create a PointCloud object from the pcl and publish that directly.
It is even easier to run the openni_camera node that does that for you.
2 | No.2 Revision |
Publish a sensor_msgs::PointCloud2. The easiest way would be to create a PointCloud object from the pcl and publish that directly.directly. Section 3.1 in pcl_ros has a code example.
It is even easier to run the openni_camera node that does that for you.