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