Skip to content

Commit

Permalink
[ESC] motor temp and ESC temp (#173)
Browse files Browse the repository at this point in the history
* [ESC] motor temp and ESC temp

* to Celcius
  • Loading branch information
dewagter committed Sep 21, 2023
1 parent 5b3970d commit fa4a56b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion message_definitions/v1.0/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,8 @@
<field name="rpm" type="float" unit="rpm">Motor rotation speed</field>
<field name="motor_volts" type="float" unit="V">Motor voltage</field>
<field name="energy" type="float" unit="Wh">Accumulated consumed energy</field>
<field name="temperature" type="float" unit="K">Temperature of the ESC</field>
<field name="temperature" type="float" unit="C">Temperature</field>
<field name="temperature_dev" type="float" unit="C">Device temperature</field>
<field name="node_id" type="uint8">Node ID</field>
<field name="motor_id" type="uint8">Motor ID</field>
</message>
Expand Down

0 comments on commit fa4a56b

Please sign in to comment.