Advertisement
Guest User

Custom mavlink message

a guest
Jun 12th, 2018
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.02 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <mavlink>
  3.         <include>common.xml</include>
  4.         <!-- NOTE: If the included file already contains a version tag, remove the version tag here, else uncomment to enable. -->
  5.     <!--<version>3</version>-->
  6.     <!--<version>3</version>-->
  7.     <enums>
  8.     </enums>
  9.     <messages>
  10.         <message id="213" name="AUV_DATA">
  11.             <description>Data from the underwater communications module</description>
  12.             <field type="uint16_t" name="auvint1">Integer for testing the connection</field>
  13.             <field type="uint16_t" name="auvint2">Integer for testing the connection</field>
  14.             <field type="uint16_t" name="auvint3">Integer for testing the connection</field>
  15.             <field type="uint16_t" name="auvint4">Integer for testing the connection</field>
  16.             <field type="uint16_t" name="auvint5">Integer for testing the connection</field>
  17.             <field type="uint16_t" name="auvint6">Integer for testing the connection</field>
  18.             <field type="uint16_t" name="auvint7">Integer for testing the connection</field>
  19.         </message>
  20.     </messages>
  21. </mavlink>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement