forked from Archive/PX4-Autopilot
Fix test failure on rebase: set lpos valid
This commit is contained in:
parent
af8d178ae5
commit
5a9fe312b5
|
@ -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…
Reference in New Issue