pcl::PointCloud<pcl::PointXYZ>::Ptr temp_cloud(newpcl::PointCloud<pcl::PointXYZ>); pcl::fromPCLPointCloud2(pcl_pc2,*temp_cloud);//do stuff with temp_cloud here} http://answers.ros.org/question/136916/conversion-from-sensor_msgspointcloud2-to-pclpointcloudt/...
问我可以将sensor_msgs::Pointcloud转换为pcl::pointcloud吗?EN好吧,虽然转载了别人的博客,那个步骤...