planDeviationM property
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);
Implementation
@$pb.TagNumber(4)
set planDeviationM($core.double v) { $_setDouble(3, v); }