destination property

  1. @TagNumber(2)
PoseInFrame get destination

Destination to move to, which can a pose in the reference frame of any frame in the robot's frame system

Implementation

@$pb.TagNumber(2)
$14.PoseInFrame get destination => $_getN(1);
  1. @TagNumber(2)
set destination (PoseInFrame v)

Implementation

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