mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 02:50:34 +08:00
Remove q_valid flag from attitude topic
This commit is contained in:
@@ -726,7 +726,6 @@ void Ekf2::task_main()
|
||||
att.q[1] = q(1);
|
||||
att.q[2] = q(2);
|
||||
att.q[3] = q(3);
|
||||
att.q_valid = true;
|
||||
|
||||
att.rollspeed = gyro_rad[0];
|
||||
att.pitchspeed = gyro_rad[1];
|
||||
|
||||
Reference in New Issue
Block a user