|
1 | | -<?xml version="1.0"?> |
2 | | -<mavlink> |
3 | | - <!-- Cubepilot contact info: --> |
4 | | - <!-- company URL: http://www.cubepilot.com --> |
5 | | - <!-- email contact: siddharth@cubepilot.com or michael@cubepilot.com --> |
6 | | - <!-- mavlink ID range: 50000 - 50099 --> |
7 | | - <include>common.xml</include> |
8 | | - <messages> |
9 | | - <message id="50001" name="CUBEPILOT_RAW_RC"> |
10 | | - <description>Raw RC Data</description> |
11 | | - <field type="uint8_t[32]" name="rc_raw"/> |
12 | | - </message> |
13 | | - <message id="50002" name="HERELINK_VIDEO_STREAM_INFORMATION"> |
14 | | - <description>Information about video stream</description> |
15 | | - <field type="uint8_t" name="camera_id">Video Stream ID (1 for first, 2 for second, etc.)</field> |
16 | | - <field type="uint8_t" name="status">Number of streams available.</field> |
17 | | - <field type="float" name="framerate" units="Hz">Frame rate.</field> |
18 | | - <field type="uint16_t" name="resolution_h" units="pix">Horizontal resolution.</field> |
19 | | - <field type="uint16_t" name="resolution_v" units="pix">Vertical resolution.</field> |
20 | | - <field type="uint32_t" name="bitrate" units="bits/s">Bit rate.</field> |
21 | | - <field type="uint16_t" name="rotation" units="deg">Video image rotation clockwise.</field> |
22 | | - <field type="char[230]" name="uri">Video stream URI (TCP or RTSP URI ground station should connect to) or port number (UDP port ground station should listen to).</field> |
23 | | - </message> |
24 | | - <message id="50003" name="HERELINK_TELEM"> |
25 | | - <description>Herelink Telemetry</description> |
26 | | - <field type="uint8_t" name="rssi"/> |
27 | | - <field type="int16_t" name="snr"/> |
28 | | - <field type="uint32_t" name="rf_freq"/> |
29 | | - <field type="uint32_t" name="link_bw"/> |
30 | | - <field type="uint32_t" name="link_rate"/> |
31 | | - <field type="int16_t" name="cpu_temp"/> |
32 | | - <field type="int16_t" name="board_temp"/> |
33 | | - </message> |
34 | | - <message id="50004" name="CUBEPILOT_FIRMWARE_UPDATE_START"> |
35 | | - <description>Start firmware update with encapsulated data.</description> |
36 | | - <field type="uint8_t" name="target_system">System ID.</field> |
37 | | - <field type="uint8_t" name="target_component">Component ID.</field> |
38 | | - <field type="uint32_t" name="size" units="bytes">FW Size.</field> |
39 | | - <field type="uint32_t" name="crc">FW CRC.</field> |
40 | | - </message> |
41 | | - <message id="50005" name="CUBEPILOT_FIRMWARE_UPDATE_RESP"> |
42 | | - <description>offset response to encapsulated data.</description> |
43 | | - <field type="uint8_t" name="target_system">System ID.</field> |
44 | | - <field type="uint8_t" name="target_component">Component ID.</field> |
45 | | - <field type="uint32_t" name="offset" units="bytes">FW Offset.</field> |
46 | | - </message> |
47 | | - </messages> |
48 | | -</mavlink> |
| 1 | +<?xml version="1.0"?> |
| 2 | +<mavlink> |
| 3 | + <!-- Cubepilot contact info: --> |
| 4 | + <!-- company URL: http://www.cubepilot.com --> |
| 5 | + <!-- email contact: siddharth@cubepilot.com or michael@cubepilot.com --> |
| 6 | + <!-- mavlink ID range: 50000 - 50099 --> |
| 7 | + <include>common.xml</include> |
| 8 | + <messages> |
| 9 | + <message id="50001" name="CUBEPILOT_RAW_RC"> |
| 10 | + <description>Raw RC Data</description> |
| 11 | + <field type="uint8_t[32]" name="rc_raw"/> |
| 12 | + </message> |
| 13 | + <message id="50002" name="HERELINK_VIDEO_STREAM_INFORMATION"> |
| 14 | + <description>Information about video stream</description> |
| 15 | + <field type="uint8_t" name="camera_id">Video Stream ID (1 for first, 2 for second, etc.)</field> |
| 16 | + <field type="uint8_t" name="status">Number of streams available.</field> |
| 17 | + <field type="float" name="framerate" units="Hz">Frame rate.</field> |
| 18 | + <field type="uint16_t" name="resolution_h" units="pix">Horizontal resolution.</field> |
| 19 | + <field type="uint16_t" name="resolution_v" units="pix">Vertical resolution.</field> |
| 20 | + <field type="uint32_t" name="bitrate" units="bits/s">Bit rate.</field> |
| 21 | + <field type="uint16_t" name="rotation" units="deg">Video image rotation clockwise.</field> |
| 22 | + <field type="char[230]" name="uri">Video stream URI (TCP or RTSP URI ground station should connect to) or port number (UDP port ground station should listen to).</field> |
| 23 | + </message> |
| 24 | + <message id="50003" name="HERELINK_TELEM"> |
| 25 | + <description>Herelink Telemetry</description> |
| 26 | + <field type="uint8_t" name="rssi"/> |
| 27 | + <field type="int16_t" name="snr"/> |
| 28 | + <field type="uint32_t" name="rf_freq"/> |
| 29 | + <field type="uint32_t" name="link_bw"/> |
| 30 | + <field type="uint32_t" name="link_rate"/> |
| 31 | + <field type="int16_t" name="cpu_temp"/> |
| 32 | + <field type="int16_t" name="board_temp"/> |
| 33 | + </message> |
| 34 | + <message id="50004" name="CUBEPILOT_FIRMWARE_UPDATE_START"> |
| 35 | + <description>Start firmware update with encapsulated data.</description> |
| 36 | + <field type="uint8_t" name="target_system">System ID.</field> |
| 37 | + <field type="uint8_t" name="target_component">Component ID.</field> |
| 38 | + <field type="uint32_t" name="size" units="bytes">FW Size.</field> |
| 39 | + <field type="uint32_t" name="crc">FW CRC.</field> |
| 40 | + </message> |
| 41 | + <message id="50005" name="CUBEPILOT_FIRMWARE_UPDATE_RESP"> |
| 42 | + <description>offset response to encapsulated data.</description> |
| 43 | + <field type="uint8_t" name="target_system">System ID.</field> |
| 44 | + <field type="uint8_t" name="target_component">Component ID.</field> |
| 45 | + <field type="uint32_t" name="offset" units="bytes">FW Offset.</field> |
| 46 | + </message> |
| 47 | + </messages> |
| 48 | +</mavlink> |
0 commit comments