Commit afff24d8 authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Tue Mar 5 06:34:07 UTC 2019

parent 449976b8
......@@ -1615,10 +1615,18 @@ If the baro height estimate rises during forward flight, then this will be a neg
<max>0.5</max>
<decimal>2</decimal>
</parameter>
<parameter default="0.0" name="EKF2_PCOEF_Y" type="FLOAT">
<short_desc>Pressure position error coefficient for the Y axis.
This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the Y body axis.
If the baro height estimate rises during sideways flight, then this will be a negative number</short_desc>
<parameter default="0.0" name="EKF2_PCOEF_YN" type="FLOAT">
<short_desc>Pressure position error coefficient for the negative Y axis.
This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the negative Y (LH) body axis.
If the baro height estimate rises during sideways flight to the left, then this will be a negative number</short_desc>
<min>-0.5</min>
<max>0.5</max>
<decimal>2</decimal>
</parameter>
<parameter default="0.0" name="EKF2_PCOEF_YP" type="FLOAT">
<short_desc>Pressure position error coefficient for the positive Y axis.
This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the positive Y (RH) body axis.
If the baro height estimate rises during sideways flight to the right, then this will be a negative number</short_desc>
<min>-0.5</min>
<max>0.5</max>
<decimal>2</decimal>
......
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