Skip to content

Commit

Permalink
debug_vector (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Oct 5, 2023
1 parent 39168e1 commit cbb8ad2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions message_definitions/v1.0/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,10 +446,9 @@
<field name="values" type="int16[]" alt_unit_coef="1e-3"/>
</message>

<message name="DEBUG_IR_I2C" id="53">
<field name="ir1" type="int16" unit="adc"/>
<field name="ir2" type="int16" unit="adc"/>
<field name="top" type="int16" unit="adc"/>
<message name="DEBUG_VECT" id="53">
<field name="name" type="char[]"/>
<field name="vector" type="float[]"/>
</message>

<message name="AIRSPEED" id="54">
Expand Down

0 comments on commit cbb8ad2

Please sign in to comment.