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