Skip to content

Commit c95bb29

Browse files
committed
MAVLink messages update Wed Apr 1 01:23:36 UTC 2026
1 parent 3b2f38d commit c95bb29

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

en/messages/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Type | Defined | Included
6363
--- | --- | ---
6464
[Messages](#messages) | 0 | 391
6565
[Enums](#enumerated-types) | 0 | 258
66-
[Commands](#mav_commands) | 224 | 0
66+
[Commands](#mav_commands) | 225 | 0
6767

6868
The following sections list all entities in the dialect (both included and defined in this file).
6969

en/messages/development.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Type | Defined | Included
3838
--- | --- | ---
3939
[Messages](#messages) | 14 | 234
4040
[Enums](#enumerated-types) | 15 | 158
41-
[Commands](#mav_commands) | 178 | 0
41+
[Commands](#mav_commands) | 179 | 0
4242

4343
The following sections list all entities in the dialect (both included and defined in this file).
4444

@@ -338,7 +338,6 @@ Value | Name | Description
338338
<a id='MAV_BATTERY_STATUS_FLAGS_FAULT_UNDER_VOLT'></a>1024 | [MAV_BATTERY_STATUS_FLAGS_FAULT_UNDER_VOLT](#MAV_BATTERY_STATUS_FLAGS_FAULT_UNDER_VOLT) | One or more cells are below their minimum voltage rating.<br>A battery that had deep-discharged might be irrepairably damaged, and set both [MAV_BATTERY_STATUS_FLAGS_FAULT_UNDER_VOLT](#MAV_BATTERY_STATUS_FLAGS_FAULT_UNDER_VOLT) and [MAV_BATTERY_STATUS_FLAGS_BAD_BATTERY](#MAV_BATTERY_STATUS_FLAGS_BAD_BATTERY).
339339
<a id='MAV_BATTERY_STATUS_FLAGS_FAULT_OVER_TEMPERATURE'></a>2048 | [MAV_BATTERY_STATUS_FLAGS_FAULT_OVER_TEMPERATURE](#MAV_BATTERY_STATUS_FLAGS_FAULT_OVER_TEMPERATURE) | Over-temperature fault.
340340
<a id='MAV_BATTERY_STATUS_FLAGS_FAULT_UNDER_TEMPERATURE'></a>4096 | [MAV_BATTERY_STATUS_FLAGS_FAULT_UNDER_TEMPERATURE](#MAV_BATTERY_STATUS_FLAGS_FAULT_UNDER_TEMPERATURE) | Under-temperature fault.
341-
<a id='MAV_CMD_NAV_FENCE_HOME_CIRCLE_INCLUSION'></a>5005 | [MAV_CMD_NAV_FENCE_HOME_CIRCLE_INCLUSION](#MAV_CMD_NAV_FENCE_HOME_CIRCLE_INCLUSION) | Circular fence area centered on home. The vehicle must stay inside this area. If home is moved, the fence moves.<br><span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
342341
<a id='MAV_BATTERY_STATUS_FLAGS_FAULT_OVER_CURRENT'></a>8192 | [MAV_BATTERY_STATUS_FLAGS_FAULT_OVER_CURRENT](#MAV_BATTERY_STATUS_FLAGS_FAULT_OVER_CURRENT) | Over-current fault.
343342
<a id='MAV_BATTERY_STATUS_FLAGS_FAULT_SHORT_CIRCUIT'></a>16384 | [MAV_BATTERY_STATUS_FLAGS_FAULT_SHORT_CIRCUIT](#MAV_BATTERY_STATUS_FLAGS_FAULT_SHORT_CIRCUIT) | Short circuit event detected.<br>The battery may or may not be safe to use (check other flags).
344343
<a id='MAV_BATTERY_STATUS_FLAGS_FAULT_INCOMPATIBLE_VOLTAGE'></a>32768 | [MAV_BATTERY_STATUS_FLAGS_FAULT_INCOMPATIBLE_VOLTAGE](#MAV_BATTERY_STATUS_FLAGS_FAULT_INCOMPATIBLE_VOLTAGE) | Voltage not compatible with power rail voltage (batteries on same power rail should have similar voltage).
@@ -668,6 +667,18 @@ Param (Label) | Description | Values
668667
1 (Target Camera ID) | Target camera ID. 7 to 255: MAVLink camera component id. 1 to 6 for cameras attached to the autopilot, which don't have a distinct component id. 0: all cameras. This is used to target specific autopilot-connected cameras. It is also used to target specific cameras when the MAV_CMD is used in a mission. | min: 0 max: 255 inc: 1
669668

670669

670+
### MAV_CMD_NAV_FENCE_HOME_CIRCLE_INCLUSION (5005) — [WIP] {#MAV_CMD_NAV_FENCE_HOME_CIRCLE_INCLUSION}
671+
672+
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
673+
674+
Circular fence area centered on home. The vehicle must stay inside this area. If home is moved, the fence moves.
675+
676+
Param (Label) | Description | Values | Units
677+
--- | --- | --- | ---
678+
1 (Radius) | Radius. | | m
679+
2 (Inclusion Group) | Vehicle must be inside ALL inclusion zones in a single group, vehicle must be inside at least one group. Ignored when sent as a command. | min: 0 inc: 1 |
680+
681+
671682
### MAV_CMD_ODID_SET_EMERGENCY (12900) — [WIP] {#MAV_CMD_ODID_SET_EMERGENCY}
672683

673684
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>

0 commit comments

Comments
 (0)