Browse Source

uavcan: publish GPS antenna heading offset as NAN

sbg
Paul Riseborough 7 years ago committed by Daniel Agar
parent
commit
92d2317b99
  1. 1
      src/modules/uavcan/sensors/gnss.cpp

1
src/modules/uavcan/sensors/gnss.cpp

@ -380,6 +380,7 @@ void UavcanGnssBridge::process_fixx(const uavcan::ReceivedDataStructure<FixType> @@ -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;

Loading…
Cancel
Save