mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mavlink: Add ESTIMATOR_STATUS accuracy data
This commit is contained in:
parent
c0fe08a203
commit
b6d69ca3aa
@ -1713,6 +1713,8 @@ protected:
|
||||
est_msg.pos_vert_ratio = est.hgt_test_ratio;
|
||||
est_msg.hagl_ratio = est.hagl_test_ratio;
|
||||
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;
|
||||
|
||||
mavlink_msg_estimator_status_send_struct(_mavlink->get_channel(), &est_msg);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user