Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92d2317

Browse files
priseboroughdagar
authored andcommitted
uavcan: publish GPS antenna heading offset as NAN
1 parent cf962af commit 92d2317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/uavcan/sensors/gnss.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ void UavcanGnssBridge::process_fixx(const uavcan::ReceivedDataStructure<FixType>
380380
report.vdop = msg.pdop;
381381

382382
report.heading = NAN;
383+
report.heading_offset = NAN;
383384

384385
// Publish to a multi-topic
385386
int32_t gps_orb_instance;

0 commit comments

Comments
 (0)