pointCloudPcd property

  1. @TagNumber(1)
List<int> get pointCloudPcd

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);
  1. @TagNumber(1)
set pointCloudPcd (List<int> v)

Implementation

@$pb.TagNumber(1)
set pointCloudPcd($core.List<$core.int> v) { $_setBytes(0, v); }