to property

  1. @TagNumber(2)
Pose to

The destination to move the arm to; this is from the reference frame of the arm.

Implementation

@$pb.TagNumber(2)
$14.Pose get to => $_getN(1);
  1. @TagNumber(2)
void to=(Pose v)

Implementation

@$pb.TagNumber(2)
set to($14.Pose v) { setField(2, v); }