Roll Yaw Pitch Calculation - Python - Linux
Is there any "Python API" or executable script to calculate Roll, Yaw and Pitch values?
I am using MetaMotionR+ sensor on Ubuntu. I am unable find any help from the github repo(https://github.com/mbientlab/MetaWear-SDK-Python/tree/master/examples).
Comments
The MMR already does that for you as part of sensor fusion.
Okay. Thanks for the reply Laura.
Does my question makes sense? Please let me know if you need any clarification.
Thanks.
Hey @gudavalli,
The roll pitch and yaw are already calculated for you as the euler angle output of sensor fusion. This is built in to the sensor and the sensor fusion
The sensor fusion algorithm relies on the acc, gyro, and magnetometer to work.