mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 07:57:36 +08:00
EKF decrease synthetic sideslip interval 1s -> 150ms (#407)
This commit is contained in:
+1
-1
@@ -266,7 +266,7 @@ struct parameters {
|
||||
// synthetic sideslip fusion
|
||||
float beta_innov_gate{5.0f}; ///< synthetic sideslip innovation consistency gate size in standard deviation (STD)
|
||||
float beta_noise{0.3f}; ///< synthetic sideslip noise (rad)
|
||||
float beta_avg_ft_us{1000000.0f}; ///< The average time between synthetic sideslip measurements (uSec)
|
||||
float beta_avg_ft_us{150000.0f}; ///< The average time between synthetic sideslip measurements (uSec)
|
||||
|
||||
// range finder fusion
|
||||
float range_noise{0.1f}; ///< observation noise for range finder measurements (m)
|
||||
|
||||
Reference in New Issue
Block a user