mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 19:20:35 +08:00
commander: monitor GPS validity and EKF2 dead reckoning
- ekf2: expose dead reckoning as control status flags
- commander:
- add GPS validity check
- in AUTO MISSION if dependent on GPS then a loss of GPS will
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ int main()
|
||||
const float HK52 = HK16/_beta_innov_var;
|
||||
|
||||
// determine if we need the sideslip fusion to correct states other than wind
|
||||
// bool update_wind_only = !_is_wind_dead_reckoning;
|
||||
// bool update_wind_only = !_control_status.flags.wind_dead_reckoning;
|
||||
bool update_wind_only = false;
|
||||
|
||||
// // Calculate predicted sideslip angle and innovation using small angle approximation
|
||||
|
||||
Reference in New Issue
Block a user