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

Revision history [back]

Check out the wiki page for pcl_ros. In particular, it depends on what ROS message type you'd like to publish. If your PCD contains generic pointCloud data, then it looks like you could probably use pcd_to_pointcloud, which publises ROS PointCloud2 messages:

 $ rosrun pcl_ros pcd_to_pointcloud <file.pcd> [ <interval> ]