Skip to content

Commit

Permalink
Fuel-cell message (#195)
Browse files Browse the repository at this point in the history
* Fuel-cell message

* Keep low ID's for more important stuff
  • Loading branch information
dewagter authored Sep 29, 2024
1 parent b48202f commit 27ddd65
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions message_definitions/v1.0/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<field name="energy" type="float" unit="Wh">Accumulated consumed energy</field>
</message>

<!-- 13 is free-->
<!-- 13 is free -->

<message name="CALIBRATION" id="14">
<field name="climb_sum_err" type="float" format="%.1f"/>
Expand Down Expand Up @@ -1853,7 +1853,17 @@
<field name="ins_zdd" type="int32" alt_unit="m/s2" alt_unit_coef="0.0009766"/>
</message>

<!-- 199 is free -->
<message name="FUELCELL" id="199">
<field name="pressure" type="uint8" unit="%">Cylinder Pressure Percentage</field>
<field name="press_reg" type="float" unit="Bar">Regulator Output Voltage</field>
<field name="volt_bat" type="float" unit="V">Support Battery</field>
<field name="power_out" type="float" unit="W">Total Output Power</field>
<field name="power_cell" type="float" unit="W">Fuell Cell Power</field>
<field name="power_batt" type="float" unit="W">Battery Power</field>
<field name="state" type="uint8">PSU State</field>
<field name="error" type="uint8">Main error code</field>
<field name="suberror" type="uint8">Subcode</field>
</message>

<message name="IMU_GYRO" id="200">
<field name="id" type="uint8"/>
Expand Down

0 comments on commit 27ddd65

Please sign in to comment.