destinationFrame property

  1. @TagNumber(3)
String get destinationFrame

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);
  1. @TagNumber(3)
set destinationFrame (String v)

Implementation

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