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

Yaw initial angle question #69

Open
Jason-Dellai opened this issue Apr 4, 2022 · 1 comment
Open

Yaw initial angle question #69

Jason-Dellai opened this issue Apr 4, 2022 · 1 comment

Comments

@Jason-Dellai
Copy link

Hello,

I am currently doing an internship in a research laboratory. I would like to use IMU to know the orientation of the hand.

I am currently having problems with the yaw angle. Depending on the algorithm I use I have a different yaw angle at the beginning of my recording (+150° with Madgwick and Fourati // -50° with Complementary filter). I would like to know if it is possible to reset the orientation at the beginning of my recording in order to have a zero yaw, roll and pitch. This will allow me to express the orientation of the hand with respect to an initial reference orientation.

image

image

image

I also have a question about the function
ahrs.utils.metrics.qad
what is the unit of the angular deviation obtained?

@Mayitzin
Copy link
Owner

Mayitzin commented Apr 8, 2022

Hi, may I as which version of AHRS do you use? Recenty there have been small changes, and the initial values of some algorithms are among those changes.

And regarding the qad function: It is unitless. Each value of a Quaternion has no unit, and the QAD simply tells us how different among each other are these unitless values.

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

2 participants