Merge pull request #3148 from dronecrew/att_fix

Attitude estimator hot fix.
This commit is contained in:
Lorenz Meier 2015-11-07 23:01:04 +01:00
commit adba2de2bf
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ void AttitudeEstimatorQ::task_main()
ctrl_state.pitch_rate = _lp_pitch_rate.apply(_rates(1));
ctrl_state.roll_rate = _rates(2);
ctrl_state.yaw_rate = _rates(2);
/* Publish to control state topic */
if (_ctrl_state_pub == nullptr) {