ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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
2 | No.2 Revision |
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
3 | No.3 Revision |
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
4 | No.4 Revision |
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