batch property

A batch of trajectory points to append to the running motion. Sent N times after init.

Implementation

@$pb.TagNumber(3)
MoveThroughJointPositionsStreamedRequest_TrajectoryBatch get batch => $_getN(2);

Implementation

@$pb.TagNumber(3)
set batch(MoveThroughJointPositionsStreamedRequest_TrajectoryBatch v) { setField(3, v); }