<short_desc>Maximum negative / down pitch rate</short_desc>
<long_desc>This limits the maximum pitch down up angular rate the controller will output (in degrees per second). Setting a value of zero disables the limit.</long_desc>
<long_desc>This limits the maximum pitch down up angular rate the controller will output (in degrees per second).</long_desc>
<min>0.0</min>
<max>90.0</max>
<unit>deg/s</unit>
...
...
@@ -2169,7 +2170,7 @@ This is the ratio of static pressure error to dynamic pressure generated by a wi
<short_desc>Maximum positive / up pitch rate</short_desc>
<long_desc>This limits the maximum pitch up angular rate the controller will output (in degrees per second). Setting a value of zero disables the limit.</long_desc>
<long_desc>This limits the maximum pitch up angular rate the controller will output (in degrees per second).</long_desc>
<min>0.0</min>
<max>90.0</max>
<unit>deg/s</unit>
...
...
@@ -2255,7 +2256,7 @@ This is the ratio of static pressure error to dynamic pressure generated by a wi
<long_desc>This limits the maximum roll rate the controller will output (in degrees per second). Setting a value of zero disables the limit.</long_desc>
<long_desc>This limits the maximum roll rate the controller will output (in degrees per second).</long_desc>
<min>0.0</min>
<max>90.0</max>
<unit>deg/s</unit>
...
...
@@ -2317,9 +2318,9 @@ This is the ratio of static pressure error to dynamic pressure generated by a wi
<long_desc>This limits the maximum wheel steering rate the controller will output (in degrees per second). Setting a value of zero disables the limit.</long_desc>
<long_desc>This limits the maximum wheel steering rate the controller will output (in degrees per second).</long_desc>
<min>0.0</min>
<max>90.0</max>
<unit>deg/s</unit>
...
...
@@ -2337,7 +2338,7 @@ This is the ratio of static pressure error to dynamic pressure generated by a wi
<long_desc>This limits the maximum yaw rate the controller will output (in degrees per second). Setting a value of zero disables the limit.</long_desc>
<long_desc>This limits the maximum yaw rate the controller will output (in degrees per second).</long_desc>
<min>0.0</min>
<max>90.0</max>
<unit>deg/s</unit>
...
...
@@ -8592,6 +8593,7 @@ This is used for gathering replay logs for the ekf2 module</short_desc>
<short_desc>Control if the vehicle has a barometer</short_desc>
<long_desc>Disable this if the board has no barometer, such as some of the the Omnibus F4 SD variants. If disabled, the preflight checks will not check for the presence of a barometer.</long_desc>
<short_desc>Control if the vehicle has a magnetometer</short_desc>
<long_desc>Disable this if the board has no magnetometer, such as the Omnibus F4 SD. If disabled, the preflight checks will not check for the presence of a magnetometer.</long_desc>
<boolean/>
<reboot_required>true</reboot_required>
<scope>modules/systemlib</scope>
</parameter>
<parameterdefault="0"name="SYS_HITL"type="INT32">
<short_desc>Enable HITL mode on next boot</short_desc>
<long_desc>While enabled the system will boot in HITL mode and not enable all sensors and checks. When disabled the same vehicle can be normally flown outdoors.</long_desc>