<long_desc>Turns the automatic airspeed scale (scale from IAS to CAS/EAS) on or off. It is recommended level (keeping altitude) while performing the estimation. Set to 1 to start estimation (best when already flying). Set to 0 to end scale estimation. The estimated scale is then saved in the ARSP_ARSP_SCALE parameter.</long_desc>
<short_desc>Acceleration compensation based on GPS
@ -537,6 +592,11 @@ Set to 2 to use heading from motion capture</short_desc>
@@ -537,6 +592,11 @@ Set to 2 to use heading from motion capture</short_desc>
* the MSB bit is not used to avoid problems in the conversion between int and uint</short_desc>
<long_desc>Default value: (10 << 0 | 1000 << 8 | 0 << 24) = 256010 - authorizer system id = 10 - authentication method parameter = 10000msec of timeout - authentication method = during arm</long_desc>
<short_desc>Maximum value of EKF accelerometer delta velocity bias estimate that will allow arming.
Note: ekf2 will limit the delta velocity bias estimate magnitude to be less than EKF2_ABL_LIM * FILTER_UPDATE_PERIOD_MS * 0.001 so this parameter must be less than that to be useful</short_desc>
@ -654,9 +714,13 @@ Set -1 to disable the check</short_desc>
@@ -654,9 +714,13 @@ Set -1 to disable the check</short_desc>
<short_desc>Time-out for auto disarm after landing</short_desc>
<long_desc>A non-zero, positive value specifies the time-out period in seconds after which the vehicle will be automatically disarmed in case a landing situation has been detected during this period. The vehicle will also auto-disarm right after arming if it has not even flown, however the time will always be 10 seconds such that the pilot has enough time to take off. A negative value means that automatic disarming triggered by landing detection is disabled.</long_desc>
<min>-1</min>
<max>20</max>
<long_desc>A non-zero, positive value specifies the time-out period in seconds after which the vehicle will be automatically disarmed in case a landing situation has been detected during this period. A zero or negative value means that automatic disarming triggered by landing detection is disabled.</long_desc>
<short_desc>Time-out for auto disarm if too slow to takeoff</short_desc>
<long_desc>A non-zero, positive value specifies the time after arming, in seconds, within which the vehicle must take off (after which it will automatically disarm). A zero or negative value means that automatic disarming triggered by a pre-takeoff timeout is disabled.</long_desc>
<unit>s</unit>
<decimal>2</decimal>
</parameter>
@ -4705,10 +4769,10 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
@@ -4705,10 +4769,10 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
@ -4762,7 +4826,7 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
@@ -4762,7 +4826,7 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
@ -10487,50 +10551,6 @@ to fixed wing mode. Zero or negative values will produce an instant throttle ris
@@ -10487,50 +10551,6 @@ to fixed wing mode. Zero or negative values will produce an instant throttle ris
qgcApp()->showMessage(QString("New location is too far. Must be less than %1 %2").arg(qRound(FactMetaData::metersToAppSettingsDistanceUnits(maxDistance).toDouble())).arg(FactMetaData::appSettingsDistanceUnitsString()));