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