diff --git a/src/modules/uavcan/sensors/gnss.cpp b/src/modules/uavcan/sensors/gnss.cpp index 299caa2248..a118a62179 100644 --- a/src/modules/uavcan/sensors/gnss.cpp +++ b/src/modules/uavcan/sensors/gnss.cpp @@ -380,6 +380,7 @@ void UavcanGnssBridge::process_fixx(const uavcan::ReceivedDataStructure report.vdop = msg.pdop; report.heading = NAN; + report.heading_offset = NAN; // Publish to a multi-topic int32_t gps_orb_instance;