Commit 043d1cc7 authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Tue Jun 9 21:43:36 UTC 2020

parent 79b05758
......@@ -8077,9 +8077,9 @@ to takeoff is reached</short_desc>
</parameter>
<parameter default="3" name="SDLOG_PROFILE" type="INT32">
<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) 7 : Topics for computer vision and collision avoidance</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 8 : Raw FIFO high-rate IMU (Gyro) 9 : Raw FIFO high-rate IMU (Accel)</long_desc>
<min>0</min>
<max>255</max>
<max>1023</max>
<reboot_required>true</reboot_required>
<bitmask>
<bit index="0">Default set (general log analysis)</bit>
......@@ -8090,6 +8090,8 @@ to takeoff is reached</short_desc>
<bit index="5">Debug</bit>
<bit index="6">Sensor comparison</bit>
<bit index="7">Computer Vision and Avoidance</bit>
<bit index="8">Raw FIFO high-rate IMU (Gyro)</bit>
<bit index="9">Raw FIFO high-rate IMU (Accel)</bit>
</bitmask>
</parameter>
<parameter default="0" name="SDLOG_UTC_OFFSET" type="INT32">
......
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