savePCDData
savePCDData(cloud, binaryMode)
Saving point cloud data to a ASCII or binary PCD file containing a specific given cloud format.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
cloud | PointCloud | The point cloud data message | |
binaryMode (optional) | boolean | false | true for binary mode, false for ASCII |
Returns:
Name | Type |
---|---|
data | ArrayBuffer |