mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
simulator: publish GPS antenna heading offset as NAN
This commit is contained in:
parent
6a3692cf6b
commit
cf962afafe
@ -179,6 +179,7 @@ GPSSIM::GPSSIM(bool fake_gps, bool enable_sat_info,
|
||||
/* we need this potentially before it could be set in task_main */
|
||||
g_dev = this;
|
||||
_report_gps_pos.heading = NAN;
|
||||
_report_gps_pos.heading_offset = NAN;
|
||||
|
||||
/* create satellite info data object if requested */
|
||||
if (enable_sat_info) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user