mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 02:27:36 +08:00
attitude_estimator_q: disable ATT_ACC_COMP by default
Improves tracking in the CI test, and I always disabled it on my vehicles as well.
This commit is contained in:
@@ -122,7 +122,7 @@ PARAM_DEFINE_INT32(ATT_EXT_HDG_M, 0);
|
||||
* @group Attitude Q estimator
|
||||
* @boolean
|
||||
*/
|
||||
PARAM_DEFINE_INT32(ATT_ACC_COMP, 1);
|
||||
PARAM_DEFINE_INT32(ATT_ACC_COMP, 0);
|
||||
|
||||
/**
|
||||
* Gyro bias limit
|
||||
|
||||
Reference in New Issue
Block a user