Is there an algorithm for converting quaternion rotations to Euler angle rotations?

前端 未结 8 1631
臣服心动
臣服心动 2020-12-12 13:35

Is there an existing algorithm for converting a quaternion representation of a rotation to an Euler angle representation? The rotation order for the Euler representation is

8条回答
  •  借酒劲吻你
    2020-12-12 14:26

    Here is a paper I wrote on converting a quaternion to Euler angles.

    Link 1

    I have also put a number of documents at this location discussing various aspects of quaternions, Euler angles and rotation matrices (DCM).

    Link 2

提交回复
热议问题