mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
EKF: Enable compensation for static pressure positional error (#7264)
* msg: add reporting of multi rotor drag fusion * ekf2: add reporting of multi rotor drag fusion * ekf2: Add parameters required to tune multi-rotor wind estimation * ekf2: Add correction for static pressure position error * ekf2: Use correct air density for position error corrections * ekf2: fix parameter documentation error * ekf2: Add separate forward and reverse position error correction factors * ekf2: Fix formatting and parameter descriptions * ekf2: Improve comments
This commit is contained in:
@@ -13,3 +13,5 @@ float32 beta_innov_var # synthetic sideslip innovation variance
|
||||
float32[2] flow_innov_var # flow innovation variance
|
||||
float32 hagl_innov_var # innovation variance from the terrain estimator for the height above ground level measurement (m^2)
|
||||
float32[3] output_tracking_error # return a vector containing the output predictor angular, velocity and position tracking error magnitudes (rad), (m/s), (m)
|
||||
float32[2] drag_innov # drag specific force innovation (m/s/s)
|
||||
float32[2] drag_innov_var # drag specific force innovation variance (m/s/s)**2
|
||||
|
||||
Reference in New Issue
Block a user