Commit 4a049d4f authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Wed Apr 8 16:14:43 UTC 2020

parent 9445a559
......@@ -4680,7 +4680,7 @@ if required by the gimbal (only in AUX output mode)</short_desc>
<decimal>2</decimal>
<increment>1</increment>
</parameter>
<parameter default="10.0" name="MPC_LAND_ALT1" type="FLOAT">
<parameter default="5.0" name="MPC_LAND_ALT1" type="FLOAT">
<short_desc>Altitude for 1. step of slow landing (descend)</short_desc>
<long_desc>Below this altitude: - descending velocity gets limited to a value between "MPC_Z_VEL_MAX" and "MPC_LAND_SPEED" - horizontal velocity gets limited to a value between "MPC_VEL_MANUAL" and "MPC_LAND_VEL_XY" for a smooth descent and landing experience. Value needs to be higher than "MPC_LAND_ALT2"</long_desc>
<min>0</min>
......@@ -4688,7 +4688,7 @@ if required by the gimbal (only in AUX output mode)</short_desc>
<unit>m</unit>
<decimal>1</decimal>
</parameter>
<parameter default="5.0" name="MPC_LAND_ALT2" type="FLOAT">
<parameter default="2.0" name="MPC_LAND_ALT2" type="FLOAT">
<short_desc>Altitude for 2. step of slow landing (landing)</short_desc>
<long_desc>Below this altitude descending and horizontal velocities get limited to "MPC_LAND_SPEED" and "MPC_LAND_VEL_XY", respectively. Value needs to be lower than "MPC_LAND_ALT1"</long_desc>
<min>0</min>
......
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