Commit 8c776860 authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Tue Sep 22 03:13:04 UTC 2020

parent 28e29181
......@@ -875,9 +875,8 @@
</airframe>
</airframe_group>
<airframe_group name="VTOL Octoplane" image="VTOLPlaneOcto">
<airframe name="Generic Octoplane VTOL" id="13050" maintainer="">
<airframe name="Generic Octoplane VTOL" id="13050" maintainer="John Doe &lt;john@example.com&gt;">
<class>VTOL</class>
<maintainer />
<type>VTOL Octoplane</type>
<output name="MAIN1">motor 1</output>
<output name="MAIN2">motor 2</output>
......
......@@ -901,7 +901,7 @@ Set to 2 to use heading from motion capture</short_desc>
- one arm = 0
- two step arm = 1
* the MSB bit is not used to avoid problems in the conversion between int and uint</short_desc>
<long_desc>Default value: (10 &lt;&lt; 0 | 1000 &lt;&lt; 8 | 0 &lt;&lt; 24) = 256010 - authorizer system id = 10 - authentication method parameter = 10000msec of timeout - authentication method = during arm</long_desc>
<long_desc>Default value: (10 &lt;&lt; 0 | 1000 &lt;&lt; 8 | 0 &lt;&lt; 24) = 256010 - authorizer system id = 10 - authentication method parameter = 1000 msec of timeout - authentication method = during arm</long_desc>
</parameter>
<parameter name="COM_ARM_AUTH_REQ" default="0" type="INT32">
<short_desc>Require arm authorization to arm</short_desc>
......@@ -8100,14 +8100,6 @@ to takeoff is reached</short_desc>
</parameter>
</group>
<group name="SITL">
<parameter name="SIM_ACCEL_BLOCK" default="0" type="INT32">
<short_desc>Simulator block accelerometer data</short_desc>
<long_desc>Enable to block the publication of any incoming simulation accelerometer data.</long_desc>
</parameter>
<parameter name="SIM_BARO_BLOCK" default="0" type="INT32">
<short_desc>Simulator block barometer data</short_desc>
<long_desc>Enable to block the publication of any incoming simulation barometer data.</long_desc>
</parameter>
<parameter name="SIM_BAT_DRAIN" default="60" type="FLOAT">
<short_desc>Simulator Battery drain interval</short_desc>
<min>1</min>
......@@ -8124,22 +8116,6 @@ Particularly useful for testing different low-battery behaviour</short_desc>
<unit>%</unit>
<increment>0.1</increment>
</parameter>
<parameter name="SIM_DPRES_BLOCK" default="0" type="INT32">
<short_desc>Simulator block differential pressure data</short_desc>
<long_desc>Enable to block the publication of any incoming simulation differential pressure data.</long_desc>
</parameter>
<parameter name="SIM_GPS_BLOCK" default="0" type="INT32">
<short_desc>Simulator block GPS data</short_desc>
<long_desc>Enable to block the publication of any incoming simulation GPS data.</long_desc>
</parameter>
<parameter name="SIM_GYRO_BLOCK" default="0" type="INT32">
<short_desc>Simulator block gyroscope data</short_desc>
<long_desc>Enable to block the publication of any incoming simulation gyroscope data.</long_desc>
</parameter>
<parameter name="SIM_MAG_BLOCK" default="0" type="INT32">
<short_desc>Simulator block magnetometer data</short_desc>
<long_desc>Enable to block the publication of any incoming simulation magnetometer data.</long_desc>
</parameter>
</group>
<group name="Sensor Calibration">
<parameter name="CAL_ACC0_ID" default="0" type="INT32" category="System">
......@@ -9218,6 +9194,14 @@ How often the sensor is readout</short_desc>
<value code="7">Yaw 315°</value>
</values>
</parameter>
<parameter name="SENS_IMU_MODE" default="1" type="INT32" category="System">
<short_desc>Sensors hub IMU mode</short_desc>
<reboot_required>true</reboot_required>
<values>
<value code="0">Disabled</value>
<value code="1">Publish primary IMU selection</value>
</values>
</parameter>
<parameter name="SENS_IMU_TEMP" default="55.0" type="FLOAT" category="System">
<short_desc>Target IMU temperature</short_desc>
<min>0</min>
......@@ -9256,6 +9240,14 @@ How often the sensor is readout</short_desc>
<value code="300">Radio Controller</value>
</values>
</parameter>
<parameter name="SENS_MAG_MODE" default="1" type="INT32" category="System">
<short_desc>Sensors hub mag mode</short_desc>
<reboot_required>true</reboot_required>
<values>
<value code="0">Publish all magnetometers</value>
<value code="1">Publish primary magnetometer</value>
</values>
</parameter>
<parameter name="SENS_MAG_RATE" default="50.0" type="FLOAT">
<short_desc>Magnetometer max rate</short_desc>
<long_desc>Magnetometer data maximum publication rate. This is an upper bound, actual magnetometer data rate is still dependant on the sensor.</long_desc>
......@@ -10297,6 +10289,10 @@ How often the sensor is readout</short_desc>
<long_desc>Temperature calibration for each sensor will ignore data if the temperature is lower than the value set by SYS_CAL_TMIN.</long_desc>
<unit>celcius</unit>
</parameter>
<parameter name="SYS_FAILURE_EN" default="0" type="INT32">
<short_desc>Enable failure injection</short_desc>
<long_desc>If enabled allows MAVLink INJECT_FAILURE commands. WARNING: the failures can easily cause crashes and are to be used with caution!</long_desc>
</parameter>
<parameter name="SYS_HAS_BARO" default="1" type="INT32">
<short_desc>Control if the vehicle has a barometer</short_desc>
<long_desc>Disable this if the board has no barometer, such as some of the the Omnibus F4 SD variants. If disabled, the preflight checks will not check for the presence of a barometer.</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