pub fn write_pcd_file( path: impl AsRef<Path>, cloud: &PointCloud, format: PcdWriteFormat, ) -> Result<(), IoError>
Writes a point cloud to a PCD file on disk.