mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 11:30:35 +08:00
ekf: publish control state
This commit is contained in:
@@ -700,6 +700,9 @@ void AttitudePositionEstimatorEKF::task_main()
|
||||
// Publish attitude estimations
|
||||
publishAttitude();
|
||||
|
||||
// publish control state
|
||||
publishControlState();
|
||||
|
||||
// Publish Local Position estimations
|
||||
publishLocalPosition();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user