Reading raw GNSS measurements from parsed data #84
Replies: 1 comment
-
Hi @MaxiStocker pyubx2 decodes UBX data to a flat structure for convenience, with repeating attributes suffixed with an index value e.g. prMes_01, prMes_02, etc. If you want to iterate through a repeating group as a list of attributes, you could use a construct along these lines:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I am trying to read raw GNSS data (pseudoranges, phase count, doppler) from a parsed UBX message.
The pseudoranges, phase count, and doppler are in numbered variables, reading a specific one is not a problem, but how do I read all of them?
This is what I have so far:
Beta Was this translation helpful? Give feedback.
All reactions