pose property

  1. @TagNumber(2)
Pose get pose

Current position within the SLAM Map

Implementation

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

Implementation

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