Browse Source

Update PX4 Firmware metadata Wed Apr 19 09:10:54 UTC 2023

QGC4.4
PX4BuildBot 2 years ago
parent
commit
a5baac0bb0
  1. 14
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

14
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -10410,9 +10410,9 @@
<decimal>2</decimal> <decimal>2</decimal>
<increment>0.1</increment> <increment>0.1</increment>
</parameter> </parameter>
<parameter name="VT_B_TRANS_DUR" default="4.0" type="FLOAT"> <parameter name="VT_B_TRANS_DUR" default="10.0" type="FLOAT">
<short_desc>Duration of a back transition</short_desc> <short_desc>Maximum duration of a back transition</short_desc>
<long_desc>Time in seconds used for a back transition</long_desc> <long_desc>Time in seconds used for a back transition maximally. Transition is also declared over if the groundspeed drops below MPC_XY_CRUISE.</long_desc>
<min>0.1</min> <min>0.1</min>
<max>20.00</max> <max>20.00</max>
<unit>s</unit> <unit>s</unit>
@ -10426,14 +10426,6 @@
<max>20.0</max> <max>20.0</max>
<unit>s</unit> <unit>s</unit>
</parameter> </parameter>
<parameter name="VT_B_TRANS_THR" default="0.0" type="FLOAT">
<short_desc>Target throttle value for the transition to hover flight</short_desc>
<long_desc>standard vtol: pusher tailsitter, tiltrotor: main throttle</long_desc>
<min>-1</min>
<max>1</max>
<decimal>2</decimal>
<increment>0.01</increment>
</parameter>
<parameter name="VT_ELEV_MC_LOCK" default="1" type="INT32" boolean="true"> <parameter name="VT_ELEV_MC_LOCK" default="1" type="INT32" boolean="true">
<short_desc>Lock control surfaces in hover</short_desc> <short_desc>Lock control surfaces in hover</short_desc>
<long_desc>If set to 1 the control surfaces are locked at the disarmed value in multicopter mode.</long_desc> <long_desc>If set to 1 the control surfaces are locked at the disarmed value in multicopter mode.</long_desc>

Loading…
Cancel
Save