Skip to content

Commit db24181

Browse files
committed
MAVLink messages update Wed Apr 9 23:25:29 UTC 2025
1 parent bfbdcc9 commit db24181

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

en/messages/common.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4134,7 +4134,10 @@ Value | Name | Description
41344134

41354135
### FENCE_TYPE {#FENCE_TYPE}
41364136

4137-
(Bitmask) Fence types to enable or disable as a bitmask. Used in [MAV_CMD_DO_FENCE_ENABLE](#MAV_CMD_DO_FENCE_ENABLE).
4137+
(Bitmask) Fence types to enable or disable when using [MAV_CMD_DO_FENCE_ENABLE](#MAV_CMD_DO_FENCE_ENABLE).
4138+
4139+
Note that at least one of these flags must be set in [MAV_CMD_DO_FENCE_ENABLE](#MAV_CMD_DO_FENCE_ENABLE).param2.
4140+
If none are set, the flight stack will ignore the field and enable/disable its default set of fences (usually all of them).
41384141

41394142
Value | Name | Description
41404143
--- | --- | ---
@@ -7268,7 +7271,7 @@ Flight stacks typically reset the setting to system defaults on reboot.
72687271
Param (Label) | Description | Values
72697272
--- | --- | ---
72707273
1 (Enable) | enable? (0=disable, 1=enable, 2=disable_floor_only) | min: 0 max: 2 inc: 1
7271-
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)
7274+
2 (Types) | Fence types to enable or disable as a bitmask. 0: field is unused/all fences should be enabled or disabled (for compatiblity reasons). Parameter is ignored if param1=2. | [FENCE_TYPE](#FENCE_TYPE)
72727275
3 | Empty |
72737276
4 | Empty |
72747277
5 | Empty |

0 commit comments

Comments
 (0)