Commit 07c1e828 authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Thu Sep 26 19:02:40 UTC 2019

parent b9683530
......@@ -1238,7 +1238,7 @@ This parameter controls the time constant of the decay</short_desc>
<short_desc>Integer bitmask controlling data fusion and aiding methods</short_desc>
<long_desc>Set bits in the following positions to enable: 0 : Set to true to use GPS data if available 1 : Set to true to use optical flow data if available 2 : Set to true to inhibit IMU delta velocity bias estimation 3 : Set to true to enable vision position fusion 4 : Set to true to enable vision yaw fusion. Cannot be used if bit position 7 is true. 5 : Set to true to enable multi-rotor drag specific force fusion 6 : set to true if the EV observations are in a non NED reference frame and need to be rotated before being used 7 : Set to true to enable GPS yaw fusion. Cannot be used if bit position 4 is true.</long_desc>
<min>0</min>
<max>255</max>
<max>511</max>
<reboot_required>true</reboot_required>
<bitmask>
<bit index="0">use GPS</bit>
......@@ -1249,6 +1249,7 @@ This parameter controls the time constant of the decay</short_desc>
<bit index="5">multi-rotor drag fusion</bit>
<bit index="6">rotate external vision</bit>
<bit index="7">GPS yaw fusion</bit>
<bit index="8">vision velocity fusion</bit>
</bitmask>
</parameter>
<parameter default="0.1" name="EKF2_ANGERR_INIT" type="FLOAT">
......
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