destination property

  1. @TagNumber(2)
Pose destination

Specify a destination to, which can be any pose with respect to the SLAM map's origin

Implementation

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

Implementation

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