minimal.xml 1.23 KB
Newer Older
LM's avatar
LM committed
1 2
<?xml version='1.0'?>
<mavlink>
3 4 5
    <version>2</version>
    <enums/>
    <messages>
6 7 8 9
          <message id="0" name="HEARTBEAT">
               <description>The heartbeat message shows that a system is present and responding. The type of the MAV and Autopilot hardware allow the receiving system to treat further messages from this system appropriate (e.g. by laying out the user interface based on the autopilot).</description>
               <field type="uint8_t" name="type">Type of the MAV (quadrotor, helicopter, etc., up to 15 types, defined in MAV_TYPE ENUM)</field>
               <field type="uint8_t" name="autopilot">Autopilot type / class. defined in MAV_CLASS ENUM</field>
lm's avatar
lm committed
10 11 12
               <field type="uint8_t" name="base_mode">System mode bitfield, see MAV_MODE_FLAGS ENUM in mavlink/include/mavlink_types.h</field>
               <field type="uint32_t" name="custom_mode">Navigation mode bitfield, see MAV_AUTOPILOT_CUSTOM_MODE ENUM for some examples. This field is autopilot-specific.</field>
               <field type="uint8_t" name="system_status">System status flag, see MAV_STATUS ENUM</field>
13 14
               <field type="uint8_t_mavlink_version" name="mavlink_version">MAVLink version</field>
          </message>
15
    </messages>
LM's avatar
LM committed
16
</mavlink>