orientationToleranceDegs property

  1. @TagNumber(1)
double get orientationToleranceDegs

Max allowable orientation deviation, in degrees, while on the shortest path between start / goal states

Implementation

@$pb.TagNumber(1)
$core.double get orientationToleranceDegs => $_getN(0);
  1. @TagNumber(1)
set orientationToleranceDegs (double v)

Implementation

@$pb.TagNumber(1)
set orientationToleranceDegs($core.double v) { $_setFloat(0, v); }