destination property

  1. @TagNumber(3)
String get destination

the reference frame into which the source data should be transformed, if unset this defaults to the "world" reference frame. Do not move the robot between the generation of the initial pointcloud and the receipt of the transformed pointcloud because that will make the transformations inaccurate

Implementation

@$pb.TagNumber(3)
$core.String get destination => $_getSZ(2);
  1. @TagNumber(3)
set destination (String v)

Implementation

@$pb.TagNumber(3)
set destination($core.String v) { $_setString(2, v); }