forked from Archive/PX4-Autopilot
Merge pull request #3148 from dronecrew/att_fix
Attitude estimator hot fix.
This commit is contained in:
commit
adba2de2bf
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue