next up previous
Next: Solutions Up: ik Previous: Introduction

Background

There are some substitutions in the animation process to reach simplicity in models describing the animated object. Control techniques used in inverse kinematics are often based on a skeleton consisting of links connected with joints (Figure 1). That model is usually denoted as the ``articulated structure'' [WW92]. There are several types of joints (revolute, prismatic, etc.) [WW92], [Mck91]. The computer animation is usually restricted to rotation joints.

The articulated models (Figure 1) have hierarchical structure where each link has its own coordinate system (CS) and is positioned relatively to the CS of the previous link. The position of the link $i$ in the CS of its predecessor is described by the joint angle. Thus, every joint transformation is local. That fact assists in operations with hierarchical articulated structure (Figure 1). The transformation from the CS of any given link $i$ to the world CS is given by concatenation of partial transformations between each two neighbor links from the base to the given link.

The first link in the articulated structure is a base. The end of the structure is an end effector. The position and the orientation of the base is expressed in the global coordinates. Every articulated structure has one or more end effectors and the motion control of the structure is done through these end effectors. In many cases, the end effector takes place at the end of the structure, like palm, finger, foot, head, etc.

Figure 2: Degrees of freedom of a) the articulated structure (5 DOF) b) the end effector.
\begin{figure}\epsfysize =3.2cm
\vbox to 3.2cm{\centerline{\epsffile{dof.eps}}\vss}\end{figure}

The state of the articulated structure is represented by a state vector $\theta(\theta_1, \cdots, \theta_n)$ in the joint (angular) space. The position and the orientation of the end effector is represented by the end effector position $X_{EE}(x,y,z,\theta_x,\theta_y,\theta_z)$ in Cartesian space. The relations between the state vector $\theta$ and the end effector position $X_{EE}$ are expressed by equations (1) and (2).

Forward kinematics Inverse kinematics
$ X_{EE} = f(\theta) \quad (1)$ $(\theta) = f^{-1}(X_{EE}) \quad (2)$

The complexity of the articulated structure is expressed by the term degree of freedom (DOF). The DOF of the articulated structure is the number of independent variables necessary to specify the state of the structure.

For example, if the joint could revolute in $n$ axes, the degree of freedom of that joint is $n$. When the structure (Figure 2a) consists of three joints and two of them could revolute in two axes and one could revolute in one axe, the DOF of that structure is 5.

The notation for some characteristics differs in various works. The terms in this paper are defined as follows:

State vector (angles) $\theta(\theta_1, \cdots, \theta_n)$

Transformations (generally) from link $i-1$ to link $i$ $A^i_{i-1}(\theta)$

Initial (base) global transformation of articulated structure $A_0$

Total end effector position in the global coordinates $A_n(\theta) = \prod\limits^n_{i=1} A^i_{i-1}(\theta) $

As the inversion of the function $f$ is not trivial in all cases, a number of approaches solving the computation of the state vector has been proposed. The next section gives an overview of several such methods.


next up previous
Next: Solutions Up: ik Previous: Introduction
Lukas Barinka 2002-03-21