destination property
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);
Implementation
@$pb.TagNumber(3)
set destination($core.String v) { $_setString(2, v); }