How to read NAV-RELPOSNED or NAV-HPPOSLLH. #91
Answered
by
semuadmin
Sebtronico
asked this question in
Q&A
-
I want to read any of these registers to know the position of the device configured as Rover, but I don't know how to do it. |
Beta Was this translation helpful? Give feedback.
Answered by
semuadmin
Mar 23, 2023
Replies: 1 comment
-
Hi @Sebtronico Apologies for the belated response. You can decode NAV-RELPOSNED and NAV-HPPOSLLH message types using PyGPSClient or pyubx2. You'll need access to the serial stream on your roving device (or set it up to transmit this stream over a TCP socket instead). The position can then be obtained from the UBXMessage |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
semuadmin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Sebtronico
Apologies for the belated response. You can decode NAV-RELPOSNED and NAV-HPPOSLLH message types using PyGPSClient or pyubx2. You'll need access to the serial stream on your roving device (or set it up to transmit this stream over a TCP socket instead). The position can then be obtained from the UBXMessage
lat
andlon
attributes.