~laurenssss/+junk/mavlink

« back to all changes in this revision

Viewing changes to contrib/pixhawk/pixhawk_messages.xml

  • Committer: pixhawk
  • Date: 2010-10-04 18:09:39 UTC
  • Revision ID: git-v1:a400454ea8991212dfe8a7c06fe8f0d25400d5c0
Moved position target message to default message set as it is a generic message

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
     <field name="yaw" type="float">yaw orientation in radians, 0 = NORTH</field>
150
150
   </message>
151
151
 
152
 
   <message name="POSITION_TARGET" id="122">
153
 
     <field name="x" type="float">x position</field>
154
 
     <field name="y" type="float">y position</field>
155
 
     <field name="z" type="float">z position</field>
156
 
     <field name="yaw" type="float">yaw orientation in radians, 0 = NORTH</field>
157
 
   </message>
158
 
 
159
152
   <message name="MARKER" id="130">
160
153
     <field name="id" type="uint16_t">ID</field>
161
154
     <field name="x" type="float">x position</field>