pose property

  1. @TagNumber(1)
Pose pose

Returns 6d pose of the end effector relative to the base, represented by X,Y,Z coordinates which express millimeters and theta, ox, oy, oz coordinates which express an orientation vector

Implementation

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

Implementation

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