Scottapotamas / xsens-mti

C library for managing and reading xsens MTi IMU modules over serial.
Apache License 2.0
39 stars 5 forks source link

MData2 ingest needs to support number format and co-ordinate reference variants #10

Closed Scottapotamas closed 1 year ago

Scottapotamas commented 1 year ago

MData2 packets have two-byte message ID's, where the last byte is used to describe the number format (#7) and coordinate reference (#5).

The ability to generate a correct MID exists for output as part of #9, but adding unit tests for parsing the resulting data fails as the MData2 parser assumes a table which maps to 0xabc0.

Scottapotamas commented 1 year ago

This issue is blocked until #11 is resolved.