destination property
the reference frame into which the source pose should be transformed, if unset this defaults to the "world" reference frame
Implementation
@$pb.TagNumber(2)
$core.String get destination => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set destination($core.String v) { $_setString(1, v); }