ublox-rs / ublox

Rust crate to talk UBX protocol to u-blox GPS devices.
MIT License
52 stars 29 forks source link

Implement NavHpPosEcef message and PositionECEF #74

Closed LarsJaeger closed 9 months ago

LarsJaeger commented 9 months ago

The message has been implemented according to this datasheet. The type has been implemented analog to PositionLLH.

LarsJaeger commented 9 months ago

Sorry, must have forgotten to change the documentation when I copied from PositionLLH ^^. Should be fixed with my most recent commit. Please let me know if there are other issues, never before have I done anything in rust :innocent: .

gwbres commented 9 months ago

Thank you for your contribution, this will be released soon