pose property

  1. @TagNumber(1)
Pose get pose

Current position of the specified component in the SLAM Map

Implementation

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

Implementation

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