mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 16:07:34 +08:00
Modified GNSS Aux message: wider bitfields for sat count, extra flag for diff mode
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
# GNSS low priority auxiliary info; should be published at low frequency or not published at all.
|
||||
#
|
||||
|
||||
uint4 sats_visible
|
||||
uint4 sats_used
|
||||
|
||||
float16 gdop
|
||||
float16 pdop
|
||||
float16 hdop
|
||||
float16 vdop
|
||||
float16 tdop
|
||||
|
||||
uint7 sats_visible # All visible sats of all available GNSS (e.g. GPS, GLONASS, etc)
|
||||
uint6 sats_used # All used sats of all available GNSS
|
||||
|
||||
bool differential_corrections_applied
|
||||
|
||||
Reference in New Issue
Block a user