uavcan: publish GPS antenna heading offset as NAN

This commit is contained in:
Paul Riseborough
2018-09-02 21:03:35 +10:00
committed by Daniel Agar
parent cf962afafe
commit 92d2317b99
+1
View File
@@ -380,6 +380,7 @@ void UavcanGnssBridge::process_fixx(const uavcan::ReceivedDataStructure<FixType>
report.vdop = msg.pdop;
report.heading = NAN;
report.heading_offset = NAN;
// Publish to a multi-topic
int32_t gps_orb_instance;