Browse Source

Q estimator: Increase phase margin

sbg
Lorenz Meier 9 years ago
parent
commit
1fc774bbf8
  1. 6
      src/modules/attitude_estimator_q/attitude_estimator_q_main.cpp

6
src/modules/attitude_estimator_q/attitude_estimator_q_main.cpp

@ -211,9 +211,9 @@ AttitudeEstimatorQ::AttitudeEstimatorQ() : @@ -211,9 +211,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);

Loading…
Cancel
Save