pose property

  1. @TagNumber(2)
Pose get pose

Current position within the SLAM Map

Implementation

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

Implementation

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