Browse Source

Update PX4 Firmware metadata Fri Dec 7 11:05:58 UTC 2018

QGC4.4
PX4BuildBot 6 years ago
parent
commit
e1a290be2d
  1. 5
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

5
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -7646,9 +7646,9 @@ to takeoff is reached</short_desc>
</parameter> </parameter>
<parameter default="3" name="SDLOG_PROFILE" type="INT32"> <parameter default="3" name="SDLOG_PROFILE" type="INT32">
<short_desc>Logging topic profile (integer bitmask)</short_desc> <short_desc>Logging topic profile (integer bitmask)</short_desc>
<long_desc>This integer bitmask controls the set and rates of logged topics. The default allows for general log analysis and estimator replay, while keeping the log file size reasonably small. Enabling multiple sets leads to higher bandwidth requirements and larger log files. Set bits true to enable: 0 : Default set (used for general log analysis) 1 : Full rate estimator (EKF2) replay topics 2 : Topics for thermal calibration (high rate raw IMU and Baro sensor data) 3 : Topics for system identification (high rate actuator control and IMU data) 4 : Full rates for analysis of fast maneuvers (RC, attitude, rates and actuators) 5 : Debugging topics (debug_*.msg topics, for custom code) 6 : Topics for sensor comparison (low rate raw IMU, Baro and Magnetomer data)</long_desc> <long_desc>This integer bitmask controls the set and rates of logged topics. The default allows for general log analysis and estimator replay, while keeping the log file size reasonably small. Enabling multiple sets leads to higher bandwidth requirements and larger log files. Set bits true to enable: 0 : Default set (used for general log analysis) 1 : Full rate estimator (EKF2) replay topics 2 : Topics for thermal calibration (high rate raw IMU and Baro sensor data) 3 : Topics for system identification (high rate actuator control and IMU data) 4 : Full rates for analysis of fast maneuvers (RC, attitude, rates and actuators) 5 : Debugging topics (debug_*.msg topics, for custom code) 6 : Topics for sensor comparison (low rate raw IMU, Baro and Magnetomer data) 7 : Topics for computer vision and collision avoidance</long_desc>
<min>0</min> <min>0</min>
<max>127</max> <max>255</max>
<reboot_required>true</reboot_required> <reboot_required>true</reboot_required>
<bitmask> <bitmask>
<bit index="0">Default set (general log analysis)</bit> <bit index="0">Default set (general log analysis)</bit>
@ -7658,6 +7658,7 @@ to takeoff is reached</short_desc>
<bit index="4">High rate</bit> <bit index="4">High rate</bit>
<bit index="5">Debug</bit> <bit index="5">Debug</bit>
<bit index="6">Sensor comparison</bit> <bit index="6">Sensor comparison</bit>
<bit index="7">Computer Vision and Avoidance</bit>
</bitmask> </bitmask>
</parameter> </parameter>
<parameter default="0" name="SDLOG_UTC_OFFSET" type="INT32"> <parameter default="0" name="SDLOG_UTC_OFFSET" type="INT32">

Loading…
Cancel
Save