pose property

  1. @TagNumber(1)
Pose pose

Current position of the specified component in the SLAM Map

Implementation

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

Implementation

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