Robotics - Quaternion Kinematics
Definition of Quaternion, Relationship Between Quaternion and Rotation Matrix
Definition of Quaternion
Quaternions can be represented as:
\[\begin{gather*}
q = [s, x, y, z] = s + xi + yj + zk = s + v
v = (i, j, k)
\end{gather*}\]
i, j, k are 3 complex dimensions, where:
...