Skip to content

Commit

Permalink
Added some comments on additional data packets that are parsed (RELPO…
Browse files Browse the repository at this point in the history
…SNED and SVIN)
  • Loading branch information
flybrianfly committed Feb 24, 2022
1 parent 63f50a6 commit 0389a1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,16 @@ This library parses data from the following messages:
* UBX-NAV-VELECEF
* UBX-NAV-TIMEGPS

Additionally, if high accuracy position data is available, it is also used.
If high accuracy position data is available, it is also used.
* UBX-NAV-HPPOSECEF
* UBX-NAV-HPPOSLLH

If relative position data is available, it is also used.
* UBX-NAV-RELPOSNED

Finally, if survey in data is available, it is also used.
* UBX-NAV-SVIN

Methods are provided in this library for automatically configuring the receiver to output the correct packets at the expected rate. Alternatively, the receiver can be configured in U-Center and this library used to parse the data for the microcontroller.

# Ubx
Expand Down

0 comments on commit 0389a1d

Please sign in to comment.