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

mavlink: publish GPS antenna heading offset as NAN

parent 9aee71bf
No related branches found
No related tags found
No related merge requests found
......@@ -2189,6 +2189,7 @@ MavlinkReceiver::handle_message_hil_gps(mavlink_message_t *msg)
hil_gps.satellites_used = gps.satellites_visible; //TODO: rename mavlink_hil_gps_t sats visible to used?
hil_gps.heading = NAN;
hil_gps.heading_offset = NAN;
if (_gps_pub == nullptr) {
_gps_pub = orb_advertise(ORB_ID(vehicle_gps_position), &hil_gps);
......
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