Math & Kinematics
Rotation Matrix
A rotation matrix is a 3x3 orthogonal matrix with determinant +1 that represents orientation or rotates vectors in three-dimensional space, with the set of all such matrices forming the special orthogonal group SO(3). It uses nine numbers for three degrees of freedom but composes by multiplication, avoids the gimbal-lock singularities of Euler angles, and requires re-orthonormalization under numerical drift; quaternions offer a more compact alternative.
Why it matters for physical AI
Orientation representation is a daily engineering decision in robotics, affecting interpolation, control error definitions, and network output parameterizations, where learned models often favor continuous rotation representations over Euler angles.
Build physical AI
Put these concepts to work on real hardware
Axol is a dual-arm robot built for physical AI — teleoperate it, collect demonstrations, and deploy learned policies out of the box.