Skip to content

Commit

Permalink
[messages] airspeed uavcan
Browse files Browse the repository at this point in the history
[messages] multi airspeed sensor
  • Loading branch information
dewagter committed Sep 21, 2023
1 parent 5b3970d commit de4d6fe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions message_definitions/v1.0/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@
</message>

<message name="AIRSPEED" id="54">
<field name="airspeed" type="float" unit="m/s"/>
<field name="airspeed_sp" type="float" unit="m/s"/>
<field name="airspeed" type="float" unit="m/s">Fused airspeed from all sources</field>
<field name="airspeed_sp" type="float" unit="m/s">Airspeed setpoint</field>
<field name="airspeed_cnt" type="float" unit="m/s"/>
<field name="groundspeed_sp" type="float" unit="m/s"/>
</message>
Expand All @@ -479,11 +479,7 @@
<field name="scaled" type="float"/>
</message>

<message name="AIRSPEED_ETS" id="57">
<field name="adc" type="uint16"/>
<field name="offset" type="uint16"/>
<field name="scaled" type="float"/>
</message>
<!-- 57 is free-->

<message name="VISION_OUTBACK" id="58">
<field name="status" type="uint8"/>
Expand Down Expand Up @@ -1238,7 +1234,10 @@
<field name="status" type="uint8" values="UNINIT|RUNNING|LOCKED"/>
</message>

<message name="AIRSPEED_MS45XX" id="138">
<message name="AIRSPEED_RAW" id="138">
<field name="sensor_id" type="uint8"/>
<field name="raw" type="uint16"/>
<field name="offset" type="float" unit="Pa"/>
<field name="diffPress" type="float" unit="Pa"/>
<field name="temperature" type="int16" unit="0.1 deg_celcius" alt_unit="deg_celcius" alt_unit_coef="0.1"/>
<field name="airspeed" type="float" unit="m/s"/>
Expand Down Expand Up @@ -1955,6 +1954,7 @@
</message>

<message name="AIR_DATA" id="222">
<field name="sensor_id" type="uint8">Source of airspeed data</field>
<field name="pressure" type="float" unit="Pa">static pressure</field>
<field name="diff_p" type="float" unit="Pa">differential pressure</field>
<field name="temp" type="float" unit="deg celcius">air temperature</field>
Expand Down

0 comments on commit de4d6fe

Please sign in to comment.