forked from lrse/whycon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
whycon.xml
24 lines (22 loc) · 1.06 KB
/
whycon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<mavlink>
<!--<include>./common.xml</include>-->
<messages>
<message id="150" name="WHYCON_TARGET_POSITION">
<description>This message describes the position of a target inside the WhyCon system. It is sent from localization service to clients.</description>
<field type="uint16_t" name="id">The target ID.</field>
<field type="uint64_t" name="usec">Timestamp.</field>
<field type="float" name="x">X position.</field>
<field type="float" name="y">Y position.</field>
<field type="float" name="z">Z position.</field>
</message>
<message id="151" name="WHYCON_GET_PARAMETERS">
<description>This message is sent by clients to main service to request system parameters.</description>
<field type="uint16_t" name="client_id">Client ID (not used)</field>
</message>
<message id="152" name="WHYCON_PARAMETERS">
<description>This message is sent to clients informing of system paremeters.</description>
<field type="uint16_t" name="targets">Number of tracked targets</field>
</message>
</messages>
</mavlink>