mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 15:04:38 +08:00
Fix test failure on rebase: set lpos valid
This commit is contained in:
committed by
Lorenz Meier
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user