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

You should create a node that opens the file and publish the point cloud to a PointCloud2 topic. Then, visualize this topic in RViz.

Yo could read the file with pcl::io::loadPLYFile to obtain a pcl::PointCloud<pcl::PointXYZRGB>, then transform it and publish the result.

Best

You should create a node that opens the file and publish the point cloud to a PointCloud2 topic. Then, visualize this topic in RViz.

Yo could read the file with pcl::io::loadPLYFile to obtain a pcl::PointCloud<pcl::PointXYZRGB>, then transform it and publish the result.

Best

You should create a node that opens the file and publish the point cloud to a PointCloud2 topic. Then, visualize this topic in RViz.

Yo You could read the file with pcl::io::loadPLYFile to obtain a pcl::PointCloud<pcl::PointXYZRGB>, then transform it and publish the result.

Best

You should create a node that opens the file and publish the point cloud to a PointCloud2 topic. Then, visualize this topic in RViz.

You could read the file with pcl::io::loadPLYFile to obtain a pcl::PointCloud<pcl::PointXYZRGB>, then transform it and publish the result.

Best