Robot control is the theory of how to model and control robots.

A simplistic model of a robot is to look at as a collection of links connected by joints. The tip of the robot is commonly referred to as the tool center point or TCP. As the joints rotate and the links contract and expand, the TCP will change position.

It is of great importance to know the position of the TCP in world coordinates. For example, for a robot to weld in a straight line, the actuators in the joints of the robot have to be controlled in complex manner.

Denavit-Hartenberg convention

To facilitate calculations, engineers use the Denavit-Hartenberg convention to help them describe the positions of links and joints unambiguously. Every link gets its own coordinate system. There are a few rules to consider in choosing the coordinate system:

  1. the -axis is in the direction of the joint axis
  2. the -axis is parallel to the common normal or if there is no common normal,
  3. the -axis follows from the - and -axis by choosing it to be a right handed coordinate system.

Every link/joint pair can be described as a coordinate transformation from the previous coordinate system to the next coordinate system.

The Rot(axis, angle) and Trans(axis, distance) are a shorthand for the transformation matrices.

See also: