Math & Kinematics

Homogeneous Transformation

A homogeneous transformation is a 4x4 matrix representing a rigid-body pose in SE(3), combining a 3x3 rotation matrix and a 3x1 translation vector, with a bottom row of [0 0 0 1]. Transformations compose by matrix multiplication and invert analytically, which makes them the standard machinery for chaining coordinate frames through a robot's kinematic tree and for expressing camera and object poses.

Why it matters for physical AI

Every pose in a robot software stack, from forward kinematics to calibration to grasp targets, is a homogeneous transform, and frame bookkeeping errors remain one of the most common sources of deployment bugs.

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.