mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
Q estimator: Increase phase margin
This commit is contained in:
@@ -211,9 +211,9 @@ AttitudeEstimatorQ::AttitudeEstimatorQ() :
|
|||||||
_voter_gyro(3),
|
_voter_gyro(3),
|
||||||
_voter_accel(3),
|
_voter_accel(3),
|
||||||
_voter_mag(3),
|
_voter_mag(3),
|
||||||
_lp_roll_rate(250.0f, 18.0f),
|
_lp_roll_rate(250.0f, 30.0f),
|
||||||
_lp_pitch_rate(250.0f, 18.0f),
|
_lp_pitch_rate(250.0f, 30.0f),
|
||||||
_lp_yaw_rate(250.0f, 10.0f)
|
_lp_yaw_rate(250.0f, 20.0f)
|
||||||
{
|
{
|
||||||
_voter_mag.set_timeout(200000);
|
_voter_mag.set_timeout(200000);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user