-
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
Ability to configure output-rates #9
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ability to send a list of XDI identifiers with frequency in Hz to the IMU, with configurable precision and co-ordinate reference values if applicable. Adds missing MT_SETOUTPUTCONFIGURUATION enum value. Includes basic test coverage. Implementation as part of #4.
Basic sanity checks of endian-swap and quaternion/euler conversion functions. Closes #6
For conversion into and from fixed-point into float/double. Includes test coverage. As part of #7.
Reduces warnings in test output.
Namespaced as to avoid conflict with end-user's existing macros. Includes basic test coverage.
Additional output configuration test coverage following real hardware behaviour.
Updated based on new manual and some missing gaps, minor enum refactor. Ensures all MTi->host packets are in handler table to allow overrides.
Untested arduino sketch with statemachine to periodically request new output configuration settings. Part of #4.
Based on hardware sniffed golden packet with FP1220, FP1632 etc.
10 tasks
Currently failing, see #10
Returns value matched against enums. Includes test coverage backed by real packets and datasheet.
Helps 'remove' number precision and coordinate system info from a fully configured XDI. Includes test coverage.
Implementation for #10
Minor readability/logic cleanup
1220 tests are passing, while fp1632 currently fail with negative values.
Manually handles the sign-bit. Minor tweaks as failing tests now function. Closes #11
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature requested in #4.
Adds ability for user to generate a list of fields with desired frequencies along with optional precision/co-ordinate reference conventions.
Remaining work before PR acceptance: