pointCloudPcd property
- @TagNumber(1)
the point clouds to transform. This should be in the PCD format encoded into bytes: https://pointclouds.org/documentation/tutorials/pcd_file_format.html
Implementation
@$pb.TagNumber(1)
$core.List<$core.int> get pointCloudPcd => $_getN(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set pointCloudPcd($core.List<$core.int> v) { $_setBytes(0, v); }