Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common: send temp for abs and diff press #142

Merged
merged 1 commit into from Jul 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 9 additions & 3 deletions message_definitions/v1.0/common.xml
Expand Up @@ -3668,7 +3668,9 @@
<field type="uint32_t" name="time_boot_ms" units="ms">Timestamp (time since system boot).</field>
<field type="float" name="press_abs" units="hPa">Absolute pressure</field>
<field type="float" name="press_diff" units="hPa">Differential pressure 1</field>
<field type="int16_t" name="temperature" units="cdegC">Temperature</field>
<field type="int16_t" name="temperature" units="cdegC">Absolute pressure temperature</field>
<extensions/>
<field type="int16_t" name="temperature_press_diff" units="cdegC">Differential pressure temperature</field>
</message>
<message id="30" name="ATTITUDE">
<description>The attitude in the aeronautical frame (right-handed, Z-down, X-front, Y-right).</description>
Expand Down Expand Up @@ -4693,7 +4695,9 @@
<field type="uint32_t" name="time_boot_ms" units="ms">Timestamp (time since system boot).</field>
<field type="float" name="press_abs" units="hPa">Absolute pressure</field>
<field type="float" name="press_diff" units="hPa">Differential pressure</field>
<field type="int16_t" name="temperature" units="cdegC">Temperature measurement</field>
<field type="int16_t" name="temperature" units="cdegC">Absolute pressure temperature</field>
<extensions/>
<field type="int16_t" name="temperature_press_diff" units="cdegC">Differential pressure temperature</field>
</message>
<message id="138" name="ATT_POS_MOCAP">
<description>Motion capture attitude and position</description>
Expand Down Expand Up @@ -4742,7 +4746,9 @@
<field type="uint32_t" name="time_boot_ms" units="ms">Timestamp (time since system boot).</field>
<field type="float" name="press_abs" units="hPa">Absolute pressure</field>
<field type="float" name="press_diff" units="hPa">Differential pressure</field>
<field type="int16_t" name="temperature" units="cdegC">Temperature measurement</field>
<field type="int16_t" name="temperature" units="cdegC">Absolute pressure temperature</field>
<extensions/>
<field type="int16_t" name="temperature_press_diff" units="cdegC">Differential pressure temperature</field>
</message>
<message id="144" name="FOLLOW_TARGET">
<description>Current motion information from a designated system</description>
Expand Down