mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
EKF3: initialise default value for EV fusion gate
This commit is contained in:
parent
9ddcba3ed0
commit
3b61528f0f
@ -338,6 +338,9 @@ struct parameters {
|
||||
range_innov_gate = 5.0f;
|
||||
rng_gnd_clearance = 0.1f;
|
||||
|
||||
// vision position fusion
|
||||
ev_innov_gate = 5.0f;
|
||||
|
||||
// optical flow fusion
|
||||
flow_noise = 0.15f;
|
||||
flow_noise_qual_min = 0.5f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user