how to convert Quaternion orientation output of wintracker II device to Euler Angles output only. Because Wintracker II device Output Euler angles and Quaternion orientation. i want to Euler angles output only.

link|improve this question
feedback

2 Answers

I have implemented the algorithm described in this paper and it works very well: http://noelhughes.net/uploads/quat_2_euler_paper_ver2-1.pdf

The problem with the Wikipedia article listed in answer #1 is that it only provides the formula for the X-Y-Z rotation. The paper referenced here gives a general algorithm that will work for any of the 12 sequences. You may need to read it a few times, and definitely work through the example. It's not the easiest to follow, but I have unit tested the snot out of it and it's pretty bulletproof.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.