11-11-2020 01:39 AM
Dear,
I am checking the BHI160B without magnetic sensor if it can be used for getting angle using Game Rotation Vector.
Could you let me know how to get the angle using Game Rotation Vector?
Best Regards,
Gideon
Solved! Go to Solution.
11-11-2020 03:42 AM - edited 11-11-2020 03:57 AM
If you want to get the angle by using Game Rotation Vector, you need to do a conversion between quaterminons and Euler angles.
Regarding conversion formula and principles, recommand you to browse the related website, like the follow link which is from WIKI:
https://en.wikipedia.org/wiki/Conversion_between_quaternions_and_Euler_angles
11-12-2020 05:48 AM
Thanks for your help.