Ive got MPU 9150 with motion processor insode. Intel Edison board uses arduino inside.
I can now retrieve the DMP (digital motion processor) data. But, I need to track the position.
Are there any libraries allowing to do that?
The data I receive are:
quaternion components
yaw/pitch/roll angles
acceleration components
Using that data what should be the next procedure to track the position of an object?