From 46ed71fa5bf2a15e01350b9c27832e1c969fe69a Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 18 Nov 2025 15:20:55 +1300 Subject: [PATCH] mavsdk_tests: figure eight is in common now --- test/mavsdk_tests/autopilot_tester_figure_eight.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/mavsdk_tests/autopilot_tester_figure_eight.cpp b/test/mavsdk_tests/autopilot_tester_figure_eight.cpp index 45142f579d..b855cc3ceb 100644 --- a/test/mavsdk_tests/autopilot_tester_figure_eight.cpp +++ b/test/mavsdk_tests/autopilot_tester_figure_eight.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * - * Copyright (c) 2023 PX4 Development Team. All rights reserved. + * Copyright (c) 2023-2025 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -42,9 +42,6 @@ #include -// Fix build until this is moved to common.xml -#define MAVLINK_WIP -#include using namespace mavsdk::geometry;