The product of exponentials method is a robotics convention for mapping the links of a spatial kinematic chain. It is an alternative to Denavit–Hartenberg parameterization. While the latter method uses the minimal number of parameters to represent joint motions, the former method has a number of advantages: uniform treatment of prismatic and revolute joints, definition of only two reference frames, and an easy geometric interpretation from the use of screw axes for each joint. The POE method was introduced by Roger W. Brockett in 1984.
Method
The following method is used to determine the product of exponentials for a kinematic chain, with the goal of parameterizing an affine transformation matrix between the base and tool frames in terms of the joint angles
Define "zero configuration"
The first step is to select a "zero configuration" where all the joint angles are defined as being zero. The 4x4 matrix describes the transformation from the base frame to the tool frame in this configuration. It is an affine transformconsisting of the 3x3 rotation matrixR and the 1x3 translation vector p. The matrix is augmented to create a 4x4 square matrix.
For each joint of the kinematic chain, an origin point q and an axis of action are selected for the zero configuration, using the coordinate frame of the base. In the case of a prismatic joint, the axis of action v is the vector along which the joint extends; in the case of a revolute joint, the axis of action ω the vector normal to the rotation.
Find twist for each joint
A 1x6 twist vector is composed to describe the movement of each joint. For a revolute joint, For a prismatic joint, The resulting twist has two 1x3 vector components: Linear motion along an axis and rotational motion along the same axis.
The 3x1 translation vector is calculated from the components of the twist.where I is the 3x3 identity matrix.
Compose matrix exponential
For each joint i, the matrix exponential for a given joint angle is composed from the rotation matrix and translation vector, combined into an augmented 4x4 matrix:
Compose structure equation
The matrix exponentials are multiplied to produce a 4 × 4 affine transform from the base frame to the tool frame in a given configuration.
Application to kinematics
may be computed directly from the POE chain for a given manipulator. Inverse kinematics for most common robot manipulators can be solved with the use of Paden–Kahan subproblems.
The product of exponentials method uses only two frames of reference: the base frame S and the tool frame T. Constructing the Denavit–Hartenberg parameters for a robot requires the careful selection of tool frames in order to enable particular cancellations, such that the twists can be represented by four parameters instead of six. In the product of exponentials method, the joint twists can be constructed directly without considering adjacent joints in the chain. This makes the joint twists easier to construct, and easier to process by computer. In addition, revolute and prismatic joints are treated uniformly in the POE method, while they are treated separately when using the Denavit–Hartenberg parameters. Moreover, there are multiple conventions for assigning link frames when using the Denavit–Hartenberg parameters.
Conversion
There is not a one-to-one mapping between twist coordinate mapping in both methods, but algorithmic mapping from POE to Denavit–Hartenberg has been demonstrated.
When analyzing parallel robots, the kinematic chain of each leg is analyzed individually and the tool frames are set equal to one another. This method is extensible to grasp analyses.