Skip to content

Commit

Permalink
Update PX4 Firmware metadata Tue Aug 6 13:03:51 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Aug 6, 2024
1 parent a774996 commit 6b65fc1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2519,7 +2519,7 @@
<decimal>2</decimal>
<increment>0.1</increment>
</parameter>
<parameter name="FW_T_SPD_STD" default="0.2" type="FLOAT">
<parameter name="FW_T_SPD_STD" default="0.07" type="FLOAT">
<short_desc>Airspeed measurement standard deviation</short_desc>
<long_desc>For the airspeed filter in TECS.</long_desc>
<min>0.01</min>
Expand Down Expand Up @@ -3688,6 +3688,14 @@
<decimal>1</decimal>
<increment>0.5</increment>
</parameter>
<parameter name="NAV_MIN_GND_DIST" default="-1." type="FLOAT">
<short_desc>Minimum height above ground during Mission and RTL</short_desc>
<long_desc>Minimum height above ground the vehicle is allowed to descend to during Mission and RTL, excluding landing commands. Requires a distance sensor to be set up. Note: only prevents the vehicle from descending further, but does not force it to climb. Set to a negative value to disable.</long_desc>
<min>-1</min>
<unit>m</unit>
<decimal>1</decimal>
<increment>1</increment>
</parameter>
<parameter name="NAV_MIN_LTR_ALT" default="-1." type="FLOAT">
<short_desc>Minimum Loiter altitude</short_desc>
<long_desc>This is the minimum altitude above Home the system will always obey in Loiter (Hold) mode if switched into this mode without specifying an altitude (e.g. through Loiter switch on RC). Doesn't affect Loiters that are part of Missions or that are entered through a reposition setpoint ("Go to"). Set to a negative value to disable.</long_desc>
Expand Down

0 comments on commit 6b65fc1

Please sign in to comment.