posSimErrWrn property

  1. @ImcField('Position mismatch threshold', 'pos_sim_err_wrn', ImcType.typeFp32, units: 'm')
double posSimErrWrn

Warning threshold for the position mismatch between real and simulated position. Above this threshold a time-out limit is evaluated to assert a maneuver abort state.

Implementation

@ImcField('Position mismatch threshold', 'pos_sim_err_wrn', ImcType.typeFp32,
    units: 'm')
double get posSimErrWrn;