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

uavcan: publish GPS antenna heading offset as NAN

parent cf962afa
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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