You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2020. It is now read-only.
I installed Arduino 1.7.8 and wanted to use Quaternions values from the library of NAxisMotion.
Unfortunately the values I got were wrong
Quaternions range is [-1,1] and I got near 15,000...
I looked at the datasheet and the library, the problem is that the library doesn´t scale the data. According to the datasheet 1 Quaternion is 2^14 (16,348).