forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It looks like vertical velocity as well as velocity accuracy are not available using NMEA, so we extract all velocities from the Unicore ACRICA message instead.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule devices
updated
14 files
+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 | |
+6 −1 | src/gps_helper.h | |
+0 −1 | src/mtk.h | |
+24 −9 | src/nmea.cpp | |
+0 −1 | src/nmea.h | |
+0 −2 | src/sbf.h | |
+0 −5 | src/ubx.h | |
+55 −3 | src/unicore.cpp | |
+11 −1 | src/unicore.h |