mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
5 lines
129 B
Plaintext
5 lines
129 B
Plaintext
uint8 GEOFENCE_MAX_VERTICES = 16
|
|
|
|
uint32 count # number of actual vertices
|
|
fence_vertex[16] vertices # geofence positions
|