Skip to content

Commit

Permalink
[BACKPORT v1.15] gps: heading fixes for NMEA/Unicore (#24092)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
julianoes authored Dec 12, 2024
1 parent dba5383 commit 5100010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/drivers/gps/gps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,8 @@ GPS::run()
set_device_type(DRV_GPS_DEVTYPE_UBX_9);
break;

case GPSDriverUBX::Board::u_blox9_F9P:
case GPSDriverUBX::Board::u_blox9_F9P_L1L2:
case GPSDriverUBX::Board::u_blox9_F9P_L1L5:
set_device_type(DRV_GPS_DEVTYPE_UBX_F9P);
break;

Expand Down

0 comments on commit 5100010

Please sign in to comment.