mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 12:57:35 +08:00
Remove deprecated ev_innov_gate param
This commit is contained in:
committed by
Kabir Mohammed
parent
b78429aa60
commit
f005e0ea8f
@@ -300,7 +300,6 @@ struct parameters {
|
|||||||
float range_stuck_threshold{0.1f}; ///< minimum variation in range finder reading required to declare a range finder 'unstuck' when readings recommence after being out of range (m)
|
float range_stuck_threshold{0.1f}; ///< minimum variation in range finder reading required to declare a range finder 'unstuck' when readings recommence after being out of range (m)
|
||||||
|
|
||||||
// vision position fusion
|
// vision position fusion
|
||||||
float ev_innov_gate{5.0f}; ///< vision estimator fusion innovation consistency gate size (STD)
|
|
||||||
float ev_vel_innov_gate{3.0f}; ///< vision velocity fusion innovation consistency gate size (STD)
|
float ev_vel_innov_gate{3.0f}; ///< vision velocity fusion innovation consistency gate size (STD)
|
||||||
float ev_pos_innov_gate{5.0f}; ///< vision position fusion innovation consistency gate size (STD)
|
float ev_pos_innov_gate{5.0f}; ///< vision position fusion innovation consistency gate size (STD)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user