From 5a9fe312b582bb8879b532c1be12cc3acd01a2a2 Mon Sep 17 00:00:00 2001 From: Julian Kent Date: Wed, 16 Dec 2020 12:13:25 +0100 Subject: [PATCH] Fix test failure on rebase: set lpos valid --- src/modules/navigator/RangeRTLTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/navigator/RangeRTLTest.cpp b/src/modules/navigator/RangeRTLTest.cpp index 3267ac68e4..13efe03de4 100644 --- a/src/modules/navigator/RangeRTLTest.cpp +++ b/src/modules/navigator/RangeRTLTest.cpp @@ -16,6 +16,7 @@ TEST(Navigator_and_RTL, interact_correctly) home_position_s home_pos{}; home_pos.valid_hpos = true; + home_pos.valid_lpos = true; home_pos.valid_alt = true; home_pos.timestamp = 1000;