mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
fix publish wind est valid
This commit is contained in:
committed by
JaeyoungLim
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;
|
||||
|
||||
Reference in New Issue
Block a user