-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MData2 ingest needs to support number format and co-ordinate reference variants #10
Closed
10 tasks done
Labels
enhancement
New feature or request
Comments
Scottapotamas
added a commit
that referenced
this issue
Oct 9, 2022
This issue is blocked until #11 is resolved. |
Scottapotamas
added a commit
that referenced
this issue
Oct 12, 2022
Provides end-users with ability to check if a rotation was ENU, NED, NWU. See #10
Scottapotamas
added a commit
that referenced
this issue
Oct 12, 2022
Scottapotamas
added a commit
that referenced
this issue
Oct 12, 2022
Provides end-users with ability to check if a rotation was ENU, NED, NWU. See #10
Scottapotamas
added a commit
that referenced
this issue
Oct 18, 2022
Scottapotamas
added a commit
that referenced
this issue
Oct 18, 2022
Provides end-users with ability to check if a rotation was ENU, NED, NWU. See #10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
XsensEventDataType_t
) needs to support fixed-point and double typed data, and the array variations.XsensEventData_t
needs to support fixed-point and double typesxsens_mdata2_decode_field()
needs to work out the data-type and coordinate frame from the last nibble of the inbound IDThe text was updated successfully, but these errors were encountered: