mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mavlink: Publish estimator solution status flags
This commit is contained in:
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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user