You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/messages/development.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Type | Defined | Included
38
38
--- | --- | ---
39
39
[Messages](#messages) | 14 | 234
40
40
[Enums](#enumerated-types) | 15 | 158
41
-
[Commands](#mav_commands) | 178 | 0
41
+
[Commands](#mav_commands) | 179 | 0
42
42
43
43
The following sections list all entities in the dialect (both included and defined in this file).
44
44
@@ -338,7 +338,6 @@ Value | Name | Description
338
338
<aid='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).
<aid='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><spanclass="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
<aid='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).
344
343
<aid='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).
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
<spanclass="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 |
0 commit comments