Skip to main content

savePCDFile

savePCDFile(filename, cloud, binaryMode)

Saving point cloud data to a ASCII or binary PCD file containing a specific given cloud format.

Parameters:

NameTypeDefaultDescription
filenamestringThe name of the file to load.
cloudPointCloudThe point cloud data message
binaryMode (optional)booleanfalsetrue for binary mode, false for ASCII

Returns:

NameType
statusboolean