Q estimator: Increase phase margin

This commit is contained in:
Lorenz Meier 2015-11-29 18:06:39 +01:00
parent c28f394c3c
commit 3c26ca99a0
1 changed files with 3 additions and 3 deletions

View File

@ -205,9 +205,9 @@ AttitudeEstimatorQ::AttitudeEstimatorQ() :
_voter_gyro(3),
_voter_accel(3),
_voter_mag(3),
_lp_roll_rate(250.0f, 18.0f),
_lp_pitch_rate(250.0f, 18.0f),
_lp_yaw_rate(250.0f, 10.0f)
_lp_roll_rate(250.0f, 30.0f),
_lp_pitch_rate(250.0f, 30.0f),
_lp_yaw_rate(250.0f, 20.0f)
{
_voter_mag.set_timeout(200000);