Skip to main content

write_pcd_file

Function write_pcd_file 

Source
pub fn write_pcd_file(
    path: impl AsRef<Path>,
    cloud: &PointCloud,
    format: PcdWriteFormat,
) -> Result<(), IoError>
Expand description

Writes a point cloud to a PCD file on disk.