Skip to content

Commit

Permalink
Update PX4 Firmware metadata Tue Jun 18 17:06:47 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Jun 18, 2024
1 parent f6127fc commit 2439911
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4356,9 +4356,19 @@
<long_desc>Disable to use the fixed parameter MPC_THR_HOVER Enable to use the hover thrust estimator</long_desc>
</parameter>
<parameter name="MPC_VELD_LP" default="5.0" type="FLOAT">
<short_desc>Numerical velocity derivative low pass cutoff frequency</short_desc>
<short_desc>Velocity derivative low pass cutoff frequency</short_desc>
<long_desc>A value of 0 disables the filter.</long_desc>
<min>0</min>
<max>10</max>
<max>50</max>
<unit>Hz</unit>
<decimal>1</decimal>
<increment>0.5</increment>
</parameter>
<parameter name="MPC_VEL_LP" default="0.0" type="FLOAT">
<short_desc>Velocity low pass cutoff frequency</short_desc>
<long_desc>A value of 0 disables the filter.</long_desc>
<min>0</min>
<max>50</max>
<unit>Hz</unit>
<decimal>1</decimal>
<increment>0.5</increment>
Expand Down Expand Up @@ -4390,6 +4400,24 @@
<decimal>1</decimal>
<increment>1</increment>
</parameter>
<parameter name="MPC_VEL_NF_BW" default="5.0" type="FLOAT">
<short_desc>Velocity notch filter bandwidth</short_desc>
<long_desc>A value of 0 disables the filter.</long_desc>
<min>0</min>
<max>50</max>
<unit>Hz</unit>
<decimal>1</decimal>
<increment>0.5</increment>
</parameter>
<parameter name="MPC_VEL_NF_FRQ" default="0.0" type="FLOAT">
<short_desc>Velocity notch filter frequency</short_desc>
<long_desc>The center frequency for the 2nd order notch filter on the velocity. A value of 0 disables the filter.</long_desc>
<min>0</min>
<max>50</max>
<unit>Hz</unit>
<decimal>1</decimal>
<increment>0.5</increment>
</parameter>
<parameter name="MPC_XY_CRUISE" default="5." type="FLOAT">
<short_desc>Default horizontal velocity in autonomous modes</short_desc>
<long_desc>e.g. in Missions, RTL, Goto if the waypoint does not specify differently</long_desc>
Expand Down

0 comments on commit 2439911

Please sign in to comment.