moveThreshold property

  1. @ImcField('Move threshold', 'move_threshold', ImcType.typeFp32, units: 'm')
double moveThreshold

Move only if the distance to the target is bigger than this threshold.

Implementation

@ImcField('Move threshold', 'move_threshold', ImcType.typeFp32, units: 'm')
double get moveThreshold;