Commit 1f178d2b authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Wed May 20 17:49:33 UTC 2020

parent c2402993
...@@ -4587,6 +4587,14 @@ if required by the gimbal (only in AUX output mode)</short_desc> ...@@ -4587,6 +4587,14 @@ if required by the gimbal (only in AUX output mode)</short_desc>
<max>90</max> <max>90</max>
<unit>[deg]</unit> <unit>[deg]</unit>
</parameter> </parameter>
<parameter default="0.0" name="MC_MAN_TILT_TAU" type="FLOAT">
<short_desc>Manual tilt input filter time constant
Setting this parameter to 0 disables the filter</short_desc>
<min>0.0</min>
<max>2.0</max>
<unit>s</unit>
<decimal>2</decimal>
</parameter>
<parameter default="3.0" name="MPC_ACC_DOWN_MAX" type="FLOAT"> <parameter default="3.0" name="MPC_ACC_DOWN_MAX" type="FLOAT">
<short_desc>Maximum vertical acceleration in velocity controlled modes down</short_desc> <short_desc>Maximum vertical acceleration in velocity controlled modes down</short_desc>
<min>2.0</min> <min>2.0</min>
...@@ -6728,18 +6736,6 @@ default 1.5 turns per second</short_desc> ...@@ -6728,18 +6736,6 @@ default 1.5 turns per second</short_desc>
<max>2200</max> <max>2200</max>
<unit>us</unit> <unit>us</unit>
</parameter> </parameter>
<parameter default="10.0" name="RC_FLT_CUTOFF" type="FLOAT">
<short_desc>Cutoff frequency for the low pass filter on roll, pitch, yaw and throttle</short_desc>
<long_desc>Does not get set unless below RC_FLT_SMP_RATE/2 because of filter instability characteristics. Set to 0 to disable the filter.</long_desc>
<min>0</min>
<unit>Hz</unit>
</parameter>
<parameter default="50.0" name="RC_FLT_SMP_RATE" type="FLOAT">
<short_desc>Sample rate of the remote control values for the low pass filter on roll, pitch, yaw and throttle</short_desc>
<long_desc>Has an influence on the cutoff frequency precision.</long_desc>
<min>1.0</min>
<unit>Hz</unit>
</parameter>
<parameter default="0" name="RC_MAP_AUX1" type="INT32"> <parameter default="0" name="RC_MAP_AUX1" type="INT32">
<short_desc>AUX1 Passthrough RC channel</short_desc> <short_desc>AUX1 Passthrough RC channel</short_desc>
<long_desc>Default function: Camera pitch</long_desc> <long_desc>Default function: Camera pitch</long_desc>
......
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