Update to latest mavlink that includes support for WIP warnings (#25804)

* Update to latest mavlink that includes support for WIP warnings

* mavsdk_tests: pass build for now

We need this until the figure eight stuff has moved to common.

---------

Co-authored-by: Julian Oes <julian@oes.ch>
This commit is contained in:
Hamish Willee
2025-10-29 12:43:10 +11:00
committed by GitHub
parent 6846af119d
commit 7d509d832a
2 changed files with 5 additions and 1 deletions
@@ -39,7 +39,11 @@
#include <future>
#include <vector>
#include <mavsdk/plugins/mavlink_passthrough/mavlink_passthrough.h>
// Fix build until this is moved to common.xml
#define MAVLINK_WIP
#include <mavlink/development/mavlink_msg_figure_eight_execution_status.h>
using namespace mavsdk::geometry;