mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-12 20:27:19 +08:00
mavlink: Publish estimator solution status flags
This commit is contained in:
committed by
Lorenz Meier
parent
6eabf80f2a
commit
bef4850ae3
@@ -1715,6 +1715,7 @@ protected:
|
||||
est_msg.tas_ratio = est.tas_test_ratio;
|
||||
est_msg.pos_horiz_accuracy = est.pos_horiz_accuracy;
|
||||
est_msg.pos_vert_accuracy = est.pos_vert_accuracy;
|
||||
est_msg.flags = est.solution_status_flags;
|
||||
|
||||
mavlink_msg_estimator_status_send_struct(_mavlink->get_channel(), &est_msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user