Browse Source

Fix test failure on rebase: set lpos valid

release/1.12
Julian Kent 4 years ago committed by Lorenz Meier
parent
commit
5a9fe312b5
  1. 1
      src/modules/navigator/RangeRTLTest.cpp

1
src/modules/navigator/RangeRTLTest.cpp

@ -16,6 +16,7 @@ TEST(Navigator_and_RTL, interact_correctly) @@ -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;

Loading…
Cancel
Save