pose property
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);
Implementation
@$pb.TagNumber(1)
set pose($14.Pose v) { setField(1, v); }