mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 08:17:35 +08:00
mavlink: add missing data to ESTIMATOR_STATUS message
This commit is contained in:
committed by
Lorenz Meier
parent
66e887e581
commit
bc530ea992
@@ -1707,6 +1707,12 @@ protected:
|
||||
est_msg.time_usec = est.timestamp;
|
||||
est_msg.pos_horiz_accuracy = est.pos_horiz_accuracy;
|
||||
est_msg.pos_vert_accuracy = est.pos_vert_accuracy;
|
||||
est_msg.mag_ratio = est.mag_test_ratio;
|
||||
est_msg.vel_ratio = est.vel_test_ratio;
|
||||
est_msg.pos_horiz_ratio = est.pos_test_ratio;
|
||||
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;
|
||||
|
||||
mavlink_msg_estimator_status_send_struct(_mavlink->get_channel(), &est_msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user