You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working off of the u-blox 7 Protocol Specification V14 document.
The payload length of the NavPosVelTime should be 84 bytes according to this spec. See NAV-PVT on page 158. If you are working off a different spec that no longer matches this it's probably best to note what version you support in the README.
Hi! Thanks, sorry for my delay in responding. Yeah, most of the code is developed for the M8 protocol, although it's becoming more of an ambiguous combination.
The goal is to support "all" (or at least multiple) protocols. I think this crate is going to have to be majorly refactored, I'm thinking maybe having multiple submodules for the different protocols. I had previously wanted to maintain a sort of protocol agnosticism, so you didn't have to figure out what protocol your device talked in order to use the crate. But, I think in practice people will know what device they have.
Hi! Thanks for the great crate!
I'm working off of the u-blox 7 Protocol Specification V14 document.
The payload length of the NavPosVelTime should be 84 bytes according to this spec. See NAV-PVT on page 158. If you are working off a different spec that no longer matches this it's probably best to note what version you support in the README.
https://github.com/lkolbly/ublox/blob/6422f57cf98aa39e3660377de295909e40eeb499/ublox/src/ubx_packets/packets.rs#L90
The text was updated successfully, but these errors were encountered: