Hello,
I find many libraries for Python but none seem to make use of the DMP to get the quaternion. The one I found that uses the FIFO only looks at Accel and Gyro values.
So I have ported the C code for the MPU6050 to Python, from v6.12 of the MotionApp code, but I'm running into issues and i have several questions:
1) FIFO structure:
following dmp_read_fifo code in inv_mpu_dmp_motion.c I expect to see:
16 Bytes for Quaternion (4x4)
6 Bytes for Accel (3x2)
6 Bytes for Gyro (3x2)
4 Bytes for Gesture (4)