GY-955: Does it poduce absolute Euler values?

Hello,

This is further to my question on the GY-BNO055. I've been looking at the following post by @Peyman_Amiri on using the GY-955 board with an I2C connection to an Arduino:

Does anyone know if this device produces absolute Euler values as it is configured in the post or would some other steps be needed?

Thanks

There are 12 different conventions for how Euler angles are defined, and they are always defined relative to some fixed local coordinate system. Euler angles - Wikipedia

For navigation, North (either true or magnetic) and Down are often, but not always used to define the Earth coordinate frame.

Finally, Euler angle representations are not unique, and for airborne vehicles are primarily useful for approximately level flight.

With the motion shield, I used the pitch, roll and yaw values and made an adjustment in my code for magnetic north at the locale. What I was trying to ask was, will these Euler angles provided slip? My application is for head-tracking in relation to map with coordinates provided via GPS.

The BNO055 in the motion shield - actually provided quite good head-tracking for my application - which involves spatial audio.

I have no idea what that means. Please rephrase.

I have no experience with that particular knock-off of the BNO-055. Since the genuine BNO-055 does not work very well, I gave up on it years ago.

does the unit take care of resetting its Euler values with respect to the earth's magnetic field - that's how I assume the 9axes Motion Shield does it.