-
Notifications
You must be signed in to change notification settings - Fork 0
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
AHRS-AvionicsDuino compensate for centrifugal force #2
Comments
Hi brightproject, |
You conducted quite a lot of tests when developing But as far as I understand, they also use |
I did not try using uNavAHRS. I tried other similar projects, and they all had the same problems during a long coordinated turn. |
Good afternoon @bfrmd.
How do you compensate for centrifugal forces?
For first flight test I used a simple Madwick filter.
I'm will try to use uNavAHRS - I haven't tested it in flight yet.
I mentioned the main problem here.
This is simplest AHRS or IMU code.
It contains the basic concepts of how orientation angles are obtained from acceleration and angular velocity data.
This code has no filtering at all, i.e. It has no noise, no errors, much less compensation for centrifugal forces.
But it is very clear and simple for a beginner to get started in the world of motion and
MEMS
sensors.Using his example, you could show how to compensate for the value of centrifugal acceleration, depending on the angle of rotation (roll).
The text was updated successfully, but these errors were encountered: