I looking for a way to have access to the Anafi IMU. I looked in the metadata that are coming with the video streaming and the Olympe functions but I didn’t managed to find some data.
Do you have any idea where I can find it ?
If you want the angles of rotations (roll, pitch, yaw), you can get them thanks to the command AttitudeChanged by calling it like this: drone.get_state(AttitudeChanged). The orientation of the yaw is on the north which is very useful.