forked from Archive/PX4-Autopilot
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…
Reference in New Issue