Engineering:Holonomic (robotics)

From HandWiki

A robot is holonomic system if all the constraints that it is subjected to are integrable into positional constraints of the form:

[math]\displaystyle{ f(q_1, q_2, ..., q_n; t) = 0 }[/math]

The variables [math]\displaystyle{ q_i }[/math] are the system coordinates. When a system contains constraints that cannot be written in this form, it is said to be nonholonomic.

In simpler terms, a holonomic system is when the number of controllable degrees of freedom is equal to the total degrees of freedom.

Example

URANUS - this mobile robot is holonomic thanks to its omnidirectional Mecanum wheels

Consider a mobile robot such as the one depicted to the right, moving in the two-dimensional plane. Imagine that three omnidirectional wheels are mounted on the frame of the robot. Each wheel [math]\displaystyle{ W_i }[/math] is described by its coordinates [math]\displaystyle{ (x_i, y_i) }[/math], so that a configuration of the robot can be given by the six scalars [math]\displaystyle{ (x_1, y_1, x_2, y_2, x_3, y_3) }[/math]. Also, each wheel [math]\displaystyle{ W_i }[/math] can impulse a velocity [math]\displaystyle{ \mathbf{v}_i = (v_{x,i}, v_{y,i}) }[/math] to the robot. However, because all three wheels are connected by the rigid robot frame, their relative velocities are zero (unless the frame breaks):

[math]\displaystyle{ \overrightarrow{W_1W_2} \cdot (\mathbf{v}_1 - \mathbf{v}_2) = 0 }[/math]

[math]\displaystyle{ \overrightarrow{W_2W_3} \cdot (\mathbf{v}_2 - \mathbf{v}_3) = 0 }[/math]

[math]\displaystyle{ \overrightarrow{W_3W_1} \cdot (\mathbf{v}_3 - \mathbf{v}_1) = 0 }[/math]

These velocity constraints integrate into positional constraints

[math]\displaystyle{ d(W_1, W_2) = \| \overrightarrow{W_1W_2} \| = D_1 }[/math]

[math]\displaystyle{ d(W_2, W_3) = \| \overrightarrow{W_2W_3} \| = D_2 }[/math]

[math]\displaystyle{ d(W_3, W_1) = \| \overrightarrow{W_3W_1} \| = D_3 }[/math]

where [math]\displaystyle{ D_1, D_2, D_3 }[/math] are scalar constants. The system is thus holonomic.

Let us finally look at the degree of freedom of the robot. We initially used six coordinates [math]\displaystyle{ (x_1, y_1, x_2, y_2, x_3, y_3) }[/math] to describe a configuration of the robot. Yet, each of the positional constraints "consumes" a degree of freedom. For instance, [math]\displaystyle{ d(W_1, W_2) = D_1 }[/math] implies that [math]\displaystyle{ (x_2 - x_1)^2 + (y_2 - y_1)^2 = D_1 }[/math], i.e., [math]\displaystyle{ x_2^2 - 2 x_1 x_2 + x_1^2 + (y_2 - y_1)^2 - D_1 = 0 }[/math]. The coordinate [math]\displaystyle{ x_2 }[/math] can then be replaced by the appropriate root of this quadratic polynomial. Repeating the process thrice leaves us with three irreducible coordinates, corresponding to the three degrees of freedom of the system.

Note that the simplest generalized coordinates for this system are [math]\displaystyle{ (x, y, \theta) }[/math], where [math]\displaystyle{ x }[/math] and [math]\displaystyle{ y }[/math] denote translation along the plane axes, and [math]\displaystyle{ \theta }[/math] is the orientation of the robot.

Counterexample

The tricycle may look like a similar robotic system; however, it is nonholonomic due to the parallel parking problem.

References