planDeviationM property

  1. @TagNumber(4)
double get planDeviationM

Sets the distance in meters that a robot is allowed to deviate from the motion plan

Implementation

@$pb.TagNumber(4)
$core.double get planDeviationM => $_getN(3);
  1. @TagNumber(4)
set planDeviationM (double v)

Implementation

@$pb.TagNumber(4)
set planDeviationM($core.double v) { $_setDouble(3, v); }