Commit 909b5147 authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Fri Mar 15 05:05:24 UTC 2019

parent 0c5919d3
......@@ -9517,6 +9517,14 @@ is less than 50% of this value</short_desc>
</parameter>
</group>
<group name="VTOL Attitude Control">
<parameter category="System" default="1" name="V19_VT_ROLLDIR" type="INT32">
<short_desc>Temporary parameter for the upgrade to v1.9, this is reminder to check the direction of
fixed-wing roll control surfaces on custom VTOLs platforms</short_desc>
<long_desc>This parameter is present in v1.9 to enable smooth transition, it will be removed in v1.10. In firmware versions before v1.9, the VTOL attitude controller generated reversed fixed wing roll commands. As a consequence, all VTOL mixers had to reverse roll mixing. The VTOL roll commands in fixed wing mode were fixed in v1.9! - Standard VTOL platforms should be unaffected and this parameter can be ignored. - Custom VTOL platforms may crash if no action is taken, please check the direction of deflection of roll control surfaces before flight. Fix the roll mixer if necessary. Set to 1 to disable VTOL actuator outputs and display an info message (default). Set to 0 AFTER CAREFULLY CHECKING the direction of deflection of roll control surfaces.</long_desc>
<min>0</min>
<max>1</max>
<decimal>0</decimal>
</parameter>
<parameter default="8.0" name="VT_ARSP_BLEND" type="FLOAT">
<short_desc>Transition blending airspeed</short_desc>
<long_desc>Airspeed at which we can start blending both fw and mc controls. Set to 0 to disable.</long_desc>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment