Skip to content

Commit 15d4114

Browse files
committed
MAVLink messages update Wed Apr 2 22:24:22 UTC 2025
1 parent e3b18e3 commit 15d4114

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

en/messages/common.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4132,11 +4132,10 @@ Value | Name | Description
41324132

41334133
### FENCE_TYPE {#FENCE_TYPE}
41344134

4135-
(Bitmask)
4135+
(Bitmask) Fence types to enable or disable as a bitmask. Used in [MAV_CMD_DO_FENCE_ENABLE](#MAV_CMD_DO_FENCE_ENABLE).
41364136

41374137
Value | Name | Description
41384138
--- | --- | ---
4139-
<a id='FENCE_TYPE_ALL'></a>0 | [FENCE_TYPE_ALL](#FENCE_TYPE_ALL) | All fence types
41404139
<a id='FENCE_TYPE_ALT_MAX'></a>1 | [FENCE_TYPE_ALT_MAX](#FENCE_TYPE_ALT_MAX) | Maximum altitude fence
41414140
<a id='FENCE_TYPE_CIRCLE'></a>2 | [FENCE_TYPE_CIRCLE](#FENCE_TYPE_CIRCLE) | Circle fence
41424141
<a id='FENCE_TYPE_POLYGON'></a>4 | [FENCE_TYPE_POLYGON](#FENCE_TYPE_POLYGON) | Polygon fence
@@ -7267,7 +7266,7 @@ Flight stacks typically reset the setting to system defaults on reboot.
72677266
Param (Label) | Description | Values
72687267
--- | --- | ---
72697268
1 (Enable) | enable? (0=disable, 1=enable, 2=disable_floor_only) | min: 0 max: 2 inc: 1
7270-
2 (Types) | Fence types to enable or disable as a bitmask. A value of 0 indicates that all fences should be enabled or disabled. This parameter is ignored if param 1 has the value 2 | [FENCE_TYPE](#FENCE_TYPE)
7269+
2 (Types) | Fence types to enable or disable as a bitmask. 0: all fences should be enabled or disabled (parameter is ignored, for compatibility reasons).Parameter is ignored if param1=2 | [FENCE_TYPE](#FENCE_TYPE)
72717270
3 | Empty |
72727271
4 | Empty |
72737272
5 | Empty |

0 commit comments

Comments
 (0)