Robotics Kinematics and Dynamics/Serial Manipulator Position Kinematics

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Forward Position Kinematics[edit | edit source]

The forward position kinematics problem can be stated as follows: given the different joint angles, what is the position of the end-effector? With the previous sections in mind, the answer is rather simple: construct the different transformation matrices and combine them in the right way, the result being , where is the base frame of the robot manipulator.

Solution[edit | edit source]

Suppose the mutual orientation matrices between adjacent links are known. (As the fixed parameters of each link are known, and the joint angles are a given to the problem, these can be calculated. One possible way to do this would be to make use of the Denavit-Hartenberg convention.) The transformation that relates the last and first frames in a serial manipulator arm, and thus, the solution to the forward kinematics problem, is then represented by the compound homogeneous transformation matrix. The axes are moving, thus, the compound homogeneous transformation matrix is found by premultiplying the individual transformation matrices:

Examples[edit | edit source]

The Planar Three-Link Manipulator[edit | edit source]

A planar three link manipulator. Each -axis lies along the th link. Each -axis lies perpendicular to the corresponding -axis in such a way that a positive corresponds with a rotation from to .

The equations below use 3 × 3 pose matrices, as this is just a 2-dimensional case (cf. the figure on the right).

The pose of the first link, relative to the reference frame, is given by (recall the elementary rotation about the z-axis from the previous section):

The pose of the second link, relative to the first link, is given by:

This corresponds to a rotation by an angle and a translation by a distance , where is the length of the first link.

The pose of the third link, relative to the second link, is given by:

The pose of the end effector, relative to the third link, is given by:

The solution to the forward kinematics problem is then:

Hence:

The resulting kinematic equations are:

Inverse Position Kinematics[edit | edit source]

The inverse kinematics problem is the opposite of the forward kinematics problem and can be summarized as follows: given the desired position of the end effector, what combinations of the joint angles can be used to achieve this position?

An example of two different solutions for the inverse kinematics problem leading to the same end-effector position and orientation.

Two types of solutions can be considered: a closed-form solution and a numerical solution. Closed-form or analytical solutions are sets of equations that fully describe the connection between the end-effector position and the joint angles. Numerical solutions are found through the use of numerical algorithms, and can exist even when no closed-form solution is available. There may also be multiple solutions, or no solution at all.

Example: Planar Three-Link Manipulator[edit | edit source]

The inverse kinematics problem for this 2D manipulator can quite easily be solved algebraically.

From the earlier results (for simplicity, the displacement over the distance shall be omitted here):

Now assume a given end-effector orientation in the following form:

Equating the two previous expressions results in:

As:

,

squaring both the expressions for and and adding them, leads to:

Solving for leads to:

,

while equals:

,

and, finally, :

Note: The choice of the sign for corresponds with one of the two solutions in the figure above.

The expressions for and may now be solved for . In order to do so, write them like this:

where , and .

Let:

Then:

Applying these to the above equations for and :

,

or:

Thus:

Hence:

Note: If , actually becomes arbitrary.

may now be solved from the first two equations for and :