Hello,
I am using the CA-SDK board and I am trying to understand the Euler angles you get from the python demo.
So there are 3 angles, is it correct that:
- Column 1 the angle ‘phi’ is and is this equal to roll (rotation around x-axes)?
Column 2 the angle ‘theta’ is and is this equal to pitch (rotation around y-axes)?
Column 3 the angle ‘psi is and is this equal to yaw (rotation around z-axes)?
Thanks in advance.
Re: Re: Understanding Euler angles
Hi,
CA-SDK ouputs Euler in following format.
data[0] --> Pitch: -180 to 180
data[1] --> Roll: -90 to 90
data[2] --> Yaw: -180 to 180