Browse Source

Update PX4 Firmware metadata Fri Feb 18 20:17:49 UTC 2022

QGC4.4
PX4BuildBot 3 years ago
parent
commit
e9fff94aa0
  1. 8
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

8
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -4499,36 +4499,42 @@ @@ -4499,36 +4499,42 @@
<short_desc>Offset for pitch channel output in degrees</short_desc>
<min>-360.0</min>
<max>360.0</max>
<unit>deg</unit>
<decimal>1</decimal>
</parameter>
<parameter name="MNT_OFF_ROLL" default="0.0" type="FLOAT">
<short_desc>Offset for roll channel output in degrees</short_desc>
<min>-360.0</min>
<max>360.0</max>
<unit>deg</unit>
<decimal>1</decimal>
</parameter>
<parameter name="MNT_OFF_YAW" default="0.0" type="FLOAT">
<short_desc>Offset for yaw channel output in degrees</short_desc>
<min>-360.0</min>
<max>360.0</max>
<unit>deg</unit>
<decimal>1</decimal>
</parameter>
<parameter name="MNT_RANGE_PITCH" default="90.0" type="FLOAT">
<short_desc>Range of pitch channel output in degrees (only in AUX output mode)</short_desc>
<min>1.0</min>
<max>720.0</max>
<unit>deg</unit>
<decimal>1</decimal>
</parameter>
<parameter name="MNT_RANGE_ROLL" default="90.0" type="FLOAT">
<short_desc>Range of roll channel output in degrees (only in AUX output mode)</short_desc>
<min>1.0</min>
<max>720.0</max>
<unit>deg</unit>
<decimal>1</decimal>
</parameter>
<parameter name="MNT_RANGE_YAW" default="360.0" type="FLOAT">
<short_desc>Range of yaw channel output in degrees (only in AUX output mode)</short_desc>
<min>1.0</min>
<max>720.0</max>
<unit>deg</unit>
<decimal>1</decimal>
</parameter>
<parameter name="MNT_RATE_PITCH" default="30.0" type="FLOAT">
@ -4536,12 +4542,14 @@ @@ -4536,12 +4542,14 @@
<long_desc>Full stick input [-1..1] translats to [-pitch rate..pitch rate].</long_desc>
<min>1.0</min>
<max>90.0</max>
<unit>deg/s</unit>
</parameter>
<parameter name="MNT_RATE_YAW" default="30.0" type="FLOAT">
<short_desc>Angular yaw rate for manual input in degrees/second</short_desc>
<long_desc>Full stick input [-1..1] translats to [-yaw rate..yaw rate].</long_desc>
<min>1.0</min>
<max>90.0</max>
<unit>deg/s</unit>
</parameter>
<parameter name="MNT_RC_IN_MODE" default="1" type="INT32">
<short_desc>Input mode for RC gimbal input</short_desc>

Loading…
Cancel
Save