Skip to content

Instantly share code, notes, and snippets.

@adioshun
Created April 12, 2020 06:33
Show Gist options
  • Save adioshun/2293ef76af42dd9ed565e8b2a8f1d7b9 to your computer and use it in GitHub Desktop.
Save adioshun/2293ef76af42dd9ed565e8b2a8f1d7b9 to your computer and use it in GitHub Desktop.
pcd read
// *.PCD 파일 읽기
pcl::PointCloud<pcl::PointXYZRGB>::Ptr cloud (new pcl::PointCloud<pcl::PointXYZRGB>);
pcl::io::loadPCDFile ("cloud_cluster_0_white.pcd", *cloud);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment