Skip to content

Commit 5100010

Browse files
authored
[BACKPORT v1.15] gps: heading fixes for NMEA/Unicore (#24092)
* gps: heading fixes for NMEA/Unicore This updates the GPS submodule which includes NMEA/Unicore fixes: - Add correct return value for sat infos - Only publish on position updates - Request required topics at 5 Hz for Unicore * gps: build fix
1 parent dba5383 commit 5100010

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/drivers/gps/gps.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,8 @@ GPS::run()
934934
set_device_type(DRV_GPS_DEVTYPE_UBX_9);
935935
break;
936936

937-
case GPSDriverUBX::Board::u_blox9_F9P:
937+
case GPSDriverUBX::Board::u_blox9_F9P_L1L2:
938+
case GPSDriverUBX::Board::u_blox9_F9P_L1L5:
938939
set_device_type(DRV_GPS_DEVTYPE_UBX_F9P);
939940
break;
940941

0 commit comments

Comments
 (0)