Transformations and the Graphics Pipeline(Basic Computer Graphics) Part 5

Robotics and Animation

This section is mainly intended as an example of frames and transformations and how the former can greatly facilitate the study of the latter, but it also enables us to give a brief introduction to the subject of the kinematics of robot arms. Even though we can only cover some very simple aspects of robotics here, we cover enough so that the reader will learn something about what is involved in animating figures.

Robot arm terminology.

Figure 4.23. Robot arm terminology.

Mechanical manipulators are the most important examples of industrial robots and much work has been done to understand the mechanics and control of such manipulators. We begin with some terminology (see [Crai89]).

Kinematics: The science of motion where motion is studied without worrying about what caused it.

Manipulator: This is assumed to be an object that consists of nearly rigid links connected by joints that allow neighboring links to move. One end is usually fixed to some nonmoving part and the other end is free. See Figure 4.23. The joints may be either revolute joints, which allow rotational motion measured by joint angles, or prismatic joints, which allow sliding motion that is measured by joint offsets.


Degrees of freedom of a manipulator: This is the number of variables that it takes to completely describe the state or position of the manipulator. Typically this is the number of joints since joints can usually be described by one variable.

End-effector: This is the tool at the free end of the manipulator such as a gripper.

Tool frame: The frame associated to the end-effector.

Base frame: The frame associated to the fixed end of the manipulator.

Forward kinematics: This is the problem where one wants to compute the tool frame (intuitively, the position and orientation of the tool) relative to the base frame given the set of joint angles.

Inverse kinematics: This is the problem where one wants to compute all possible sets of joint angles that can give rise to given tool and base frames. This problem is usually more difficult than the forward kinematics problem. There may not even be a solution to a particular problem or there may be more than one solution.

Workspace for a given manipulator: The possible tool frames (position and orientation of the tool) that are achievable by the manipulator.

Trajectory generation: The determination of the trajectories of each joint of a manipulator that lead from some initial configuration to a final configuration. Since manipulators are usually moved by actuators that apply a force or torque to each joint, these forces and torques would also have to be computed in order for a solution to be effective.

For all practical purposes, links will be treated as rigid bodies connecting joints. Links will be numbered starting with link number 0 at the base. Joints will also be numbered with joint number i being the joint between link number i – 1 and i. The ith joint can be defined by an axis Li about which the joint rotates or along which it slides. Define the link length a, to be the distance between the axes Li andtmpc646693_thumb[2][2][2][2]and let pi be the point on Lj andtmpc646694_thumb[2][2][2][2]the point ontmpc646695_thumb[2][2][2][2]so thattmpc646696_thumb[2][2][2][2]The    points    pi    and qi are always unique except in the case where axes are parallel. Since the choice of these points is only an issue in defining the initial configuration of a manipulator, we can either disallow this case or assume that they have been picked appropriately in some other manner. We assume that all the ai are nonzero. Next associate a link frame tmpc646697_thumb[2][2][2][2]to the ith link as follows:

(1)tmpc646703_thumb[2][2][2][2]is a direction vector fortmpc646704_thumb[2][2][2][2]that is, it is parallel to the ith joint axis,

(2)tmpc646705_thumb[2][2][2][2]is the unit vector in the direction    ’tmpc646706_thumb[2][2][2][2]_ and

(3)tmpc646707_thumb[2][2][2][2]so that the ordered basistmpc646708_thumb[2][2][2][2]determines the  standard  orien

tation of R3.

Define the link twist Oj to be the angle betweentmpc646715_thumb[2][2][2][2]and    choose    the sign of the angle to be positive or negative depending on whether or not the ordered basestmpc646716_thumb[2][2][2][2] andtmpc646717_thumb[2][2][2][2]determine the same orientation in thetmpc646718_thumb[2][2][2][2]plane of Fj (this corresponds to

using the right hand rule for angles about thetmpc646719_thumb[2][2][2][2]). Define the joint offsettmpc646720_thumb[2][2][2][2]by

tmpc646721_thumb[2][2][2][2]Note thattmpc646722_thumb[2][2][2][2]is the distance between    ’tmpc646723_thumb[2][2][2][2]is    a    variable if the joint is prismatic. Finally, define the joint angletmpc646724_thumb[2][2][2][2]to be the signed angle betweentmpc646725_thumb[2][2][2][2]This is a variable if the joint is revolute. The quantitiestmpc646726_thumb[2][2][2][2]are called the link parameters. All, except a^, are signed numbers. See Figure 4.24.

There are some special cases at the ends of the manipulator. Assume that there are n + 1 links. It is convenient to choose Fo to be the same as Fi whentmpc646727_thumb[2][2][2][2]is zero. At the other end there are two cases. If the last joint is revolute, thentmpc646728_thumb[2][2][2][2]is set equal to tmpc646729_thumb[2][2][2][2]is zero. If the joint is prismatic, then xn is set equal totmpc646730_thumb[2][2][2][2]The pointtmpc646731_thumb[2][2][2][2] is always set equal totmpc646732_thumb[2][2][2][2]

The robot or manipulator is completely described in one of two ways. We can either specify the link frames Fi or we can specify the list of link parameterstmpc646733_thumb[2][2][2][2]andtmpc646755_thumb[2][2][2][2]Our discussion above basically showed how the latter are derived from the former.

The geometry of links.

Figure 4.24. The geometry of links.

Two-dimensional robot arm geometry.

Figure 4.25. Two-dimensional robot arm geometry.

One can also show that the link parameters completely define the frames. In practice it is easier for a user to manipulate the link parameters and so the usual problem is to find the frames given their values. As another example, consider a two dimensional robot with three links and revolute joints. We can think of this as a special case of the general one where all the z-axes of the frames point in the same direction and all the ai and di are zero. Figure 4.25(a) shows the link parameters and Figure 4.25(b), the associated frames.

As one can see, frames play a role in defining the state of a robot, but how are they used to solve problems? Well, the forward kinematic problem is to find the tool frame (“where the tool is”) given the link parameters. This problem will be solved if we can determine the transformation Tn, which, given the coordinates of a point p in Fn coordinates, finds the coordinates of p with respect to F0. Lettmpc646756_thumb[2][2][2][2]denote the transformation that maps coordinates relative to Fi to coordinates relative to Fi-1. It follows that

tmpc646759_thumb[2][2][2][2]

The dTi are relatively easy to compute from the link parameters because they are the composition of four simple maps.

The Computation of dTi and Its Homogeneous Matrix dMi. Lettmpc646760_thumb[2][2][2][2]denote the translation with translation vector dizi. Its homogeneous matrix is

tmpc646762_thumb[2][2][2][2]

Lettmpc646763_thumb[2][2][2][2]denote the rotation about thetmpc646764_thumb[2][2][2][2]axis of the frametmpc646765_thumb[2][2][2][2]through an angletmpc646766_thumb[2][2][2][2]

Its homogeneous matrix is

tmpc646771_thumb[2][2][2][2]

Lettmpc646772_thumb[2][2][2][2]denote    the    translation    with    translation    vectortmpc646773_thumb[2][2][2][2]Its    homogeneous matrix is

tmpc646776_thumb[2][2][2][2]

Finally, lettmpc646777_thumb[2][2][2][2]denote the rotation about thetmpc646778_thumb[2][2][2][2]axis of the frametmpc646779_thumb[2][2][2][2] through an angletmpc646780_thumb[2][2][2][2]Its homogeneous matrix is

tmpc646785_thumb[2][2][2][2]

Then

tmpc646786_thumb[2][2][2][2]

and multiplying the matrices for the corresponding maps together (but in reverse order since matrices act on the right of a point), we get that the matrix dMi associated to the transformation dTi is defined by

tmpc646787_thumb[2][2][2][2]

Equations (4.21-4.23) provide the solution to the forward kinematic problem. In the two-dimensional robot case wheretmpc646788_thumb[2][2][2][2]are zero, the matricestmpc646789_thumb[2][2][2][2]specialize to matrices dNi, where

tmpc646792_thumb[2][2][2][2]

This concludes what we have to say about robotics. For a more in-depth study of the subject see [Crai89], [Feat87], or [Paul82]. The description of mechanical manipulators in terms of the four link parameters described in this section is usually called the Denavit-Hartenberg notation (see [DenH55]).

As is often the case when one is learning something new, a real understanding of the issues does not come until one has worked out some concrete examples. The animation programming projects 4.13.1 and 4.13.2 should help in that regard. Here are a few comments about how one animates objects. Recall the discussion in Section 2.11 for the 2d case. To show motion one again discretizes time and shows a sequence of still pictures of the world as it would look at increasing timestmpc646793_thumb[2][2][2][2]One changes the apparent speed of the motion by changing the size of the time intervals betweentmpc646794_thumb[2][2][2][2]‘ the larger the intervals, the larger the apparent speed. Therefore, to move an object X, one begins by showing the world with the object at its initial position and then loops through reshowing the world, each time placing the object in its next position.

Next post:

Previous post: