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

Removing "Pull" from code #8

Open
mcarlson1738 opened this issue Jun 14, 2019 · 2 comments
Open

Removing "Pull" from code #8

mcarlson1738 opened this issue Jun 14, 2019 · 2 comments

Comments

@mcarlson1738
Copy link

Hello,

I see in the code that it says it "pulls" the XIMU back to the origin when it's stationary. Do you know how I could remove this feature?

Thanks,
Mike

@YANG-explorer
Copy link

Hello,

I see in the code that it says it "pulls" the XIMU back to the origin when it's stationary. Do you know how I could remove this feature?

Thanks, Mike

How to solve this problem?thanks

@xioTechnologies
Copy link
Owner

The algorithm high-pass filters the calculated velocity and position. The effect of a high-pass filter is to 'pull' a signal to zero. You can remove the high-pass filters by commenting out these sections of the code. Without the high-pass filters, the calculated velocity and position will rapidly drift and make the measurements unusable.

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