destinationFrame property
the reference frame in which the component's pose should be provided, if unset this defaults to the "world" reference frame
Implementation
@$pb.TagNumber(3)
$core.String get destinationFrame => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set destinationFrame($core.String v) { $_setString(2, v); }