moveThroughJointPositions method

ResponseFuture<MoveThroughJointPositionsResponse> moveThroughJointPositions(
  1. MoveThroughJointPositionsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$13.MoveThroughJointPositionsResponse> moveThroughJointPositions($13.MoveThroughJointPositionsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$moveThroughJointPositions, request, options: options);
}