Quote:
Originally Posted by Tparbotmail
Thank you for replying
I see getFusedHeading() which supports the 9-axis. I did not see any methods that discussed the 6-axis. Can you please elaborate on how the 6-axis works?
Thanks
|
Sure, the 6-axis headings fuse the 3-axis gyroscope and 3-axis accelerometer data (a total of 6 input sensing axes) into a single set of data which forms a 3-axis coordinate system, and provides measures of Yaw, Pitch and Roll.
So this data (sometimes referred to as 6-axis data, my apologies for introducing a confusing term) can be retrieved via:
getYaw()
getPitch()
getRoll()
There is more discussion of the 3-axis coordinate system and Yaw, Pitch and Roll on the
navX-MXP terminology page.