leaderSpeedMax property

  1. @ImcField('Formation Leader Maximum Speed', 'leader_speed_max', ImcType.typeFp32, units: 'm/s')
double leaderSpeedMax

Maximum speed allowed for the formation leader flight.

Implementation

@ImcField(
    'Formation Leader Maximum Speed', 'leader_speed_max', ImcType.typeFp32,
    units: 'm/s')
double get leaderSpeedMax;