-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
Submodule devices
updated
17 files
+10 −0 | .editorconfig | |
+48 −0 | .github/workflows/linux_debug.yml | |
+5 −0 | CMakeLists.txt | |
+11 −7 | gps-parser-test.cpp | |
+0 −2 | src/ashtech.h | |
+0 −1 | src/emlid_reach.h | |
+0 −2 | src/femtomes.h | |
+8 −2 | src/gps_helper.h | |
+0 −1 | src/mtk.h | |
+187 −67 | src/nmea.cpp | |
+2 −4 | src/nmea.h | |
+61 −53 | src/sbf.cpp | |
+3 −13 | src/sbf.h | |
+76 −6 | src/ubx.cpp | |
+10 −6 | src/ubx.h | |
+55 −3 | src/unicore.cpp | |
+11 −1 | src/unicore.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters