ardupilot
ardupilot copied to clipboard
Logger: log polygon fence points
Currently there is no record of any loaded fence in the log. This adds a message writer like those for rally and mission.
Fixes #20213
In the absence of HAL_FENCE_ENABLED I have used !defined(HAL_BUILD_AP_PERIPH) to hopefully get this building on everything.
I have added back in the vehicle defines as a example of something that I would like to work be does not currently.
Rebased, but not yet re-tested.
Re-tested.

support is now live in http://plotbeta.ardupilot.org
