// Initial load is complete but we still don't have any default component params. Wait one more cycle to see if the
// any show up.
qCDebug(ParameterManagerLog)<<_logVehiclePrefix()<<"Restarting _waitingParamTimeoutTimer - still don't have default component params"<<_vehicle->defaultComponentId()<<_mapParameterName2Variant.keys();
qCDebug(ParameterManagerLog)<<_logVehiclePrefix(-1)<<"Restarting _waitingParamTimeoutTimer - still don't have default component params"<<_vehicle->defaultComponentId()<<_mapParameterName2Variant.keys();
qCWarning(ParameterManagerLog)<<_logVehiclePrefix()<<"The following parameter indices could not be loaded after the maximum number of retries: "<<indexList;
qCWarning(ParameterManagerLog)<<_logVehiclePrefix(-1)<<"The following parameter indices could not be loaded after the maximum number of retries: "<<indexList;
@@ -3645,6 +3645,11 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<long_desc>The mavlink hearbeat message will not be forwarded if this parameter is set to 'disabled'. The main reason for disabling heartbeats to be forwarded is because they confuse dronekit.</long_desc>
<long_desc>If set, it gets the data from 'vehicle_visual_odometry' instead of 'vehicle_odometry' serving as a loopback of the received ODOMETRY messages on the Mavlink receiver.</long_desc>
<long_desc>The air-mode enables the mixer to increase the total thrust of the multirotor in order to keep attitude and rate control even at low and high throttle. This function should be disabled during tuning as it will help the controller to diverge if the closed-loop is unstable.</long_desc>
<boolean/>
<long_desc>The air-mode enables the mixer to increase the total thrust of the multirotor in order to keep attitude and rate control even at low and high throttle. This function should be disabled during tuning as it will help the controller to diverge if the closed-loop is unstable (i.e. the vehicle is not tuned yet). Enabling air-mode for yaw requires the use of an arming switch.</long_desc>