Skip to content
Snippets Groups Projects
Commit cf962afa authored by Paul Riseborough's avatar Paul Riseborough Committed by Daniel Agar
Browse files

simulator: publish GPS antenna heading offset as NAN

parent 6a3692cf
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment