orientationToleranceDegs property

  1. @TagNumber(2)
double orientationToleranceDegs

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

Implementation

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

Implementation

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