Skip to content

Commit

Permalink
Merge pull request #32 from paparazzi/throttle_curve_msg
Browse files Browse the repository at this point in the history
Add throttle curve message
  • Loading branch information
dewagter committed Jul 29, 2016
2 parents d562413 + 2c6ce90 commit 6bdc9c5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion message_definitions/v1.0/messages.xml
Expand Up @@ -888,7 +888,15 @@
<field name="A2A_msg_rate" type="uint32"/>
</message>

<!--107 is free -->
<message name="THROTTLE_CURVE" id="107">
<field name="curve" type="uint8"/>
<field name="throttle" type="uint16"/>
<field name="collective" type="int16"/>
<field name="rpm_sp" type="uint16"/>
<field name="rpm_meas" type="uint16"/>
<field name="rpm_err_sum" type="float"/>
</message>

<message name="PIKSI_HEARTBEAT" id="108">
<field name="heartbeat" type="uint32"/>
</message>
Expand Down

0 comments on commit 6bdc9c5

Please sign in to comment.