mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Attitude estimator hot fix.
This commit is contained in:
parent
6743494893
commit
c6b84f5226
@ -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…
x
Reference in New Issue
Block a user