mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
fix publish wind est valid
This commit is contained in:
parent
dd89665cd6
commit
493bae1e09
@ -69,6 +69,7 @@ private:
|
||||
mavlink_npfg_status_t msg{};
|
||||
|
||||
msg.timestamp = npfg_status.timestamp;
|
||||
msg.wind_est_valid = npfg_status.wind_est_valid;
|
||||
msg.lat_accel = npfg_status.lat_accel;
|
||||
msg.lat_accel_ff = npfg_status.lat_accel_ff;
|
||||
msg.bearing_feas = npfg_status.bearing_feas;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user