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