Skip to content
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

Do I need use a Kalman Filter or others using a DMP mode? #200

Closed
opvini opened this issue Nov 11, 2015 · 2 comments
Closed

Do I need use a Kalman Filter or others using a DMP mode? #200

opvini opened this issue Nov 11, 2015 · 2 comments

Comments

@opvini
Copy link

opvini commented Nov 11, 2015

Hi everyone,
when I use a DMP mode, I saw the values are filtered. So, I don't need to use others filters (Kalman or Complementary) after read data from DMP mode?

Thanks a lot

@hgvk94
Copy link

hgvk94 commented Nov 11, 2015

Hi
You need not implement any fusion algorithms in your code.The DMP does this for you. the guys who manufacture these(http://www.invensense.com/products/motion-tracking/6-axis/mpu-6050/ ) havent revealed what algorithm they have used inside the DMP to accomplish this, but it does provide pretty stable results.
See this link for a comparison in performance: http://www.geekmomprojects.com/mpu-6050-redux-dmp-data-fusion-vs-complementary-filter/

Cheers

@opvini
Copy link
Author

opvini commented Nov 11, 2015

Very good!
Thanks a lot @hgvk94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants