mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-18 08:04:58 +08:00
mavlink: Add ESTIMATOR_STATUS accuracy data
This commit is contained in:
committed by
Lorenz Meier
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user