Holonomic (robotics)

A robot is holonomic if all the constraints that it is subjected to are integrable into positional constraints.

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 W_i is described by its coordinates (x_i, y_i), so that a configuration of the robot can be given by the six scalars (x_1, y_1, x_2, y_2, x_3, y_3). Also, each wheel W_i can impulse a velocity \mathbf{v}_i = (v_{x,i}, v_{y,i}) to the robot. However, because all three wheels are connected by the rigid robot frame, their relative velocities are zero (unless the frame breaks):

\overrightarrow{W_1W_2} \cdot (\mathbf{v}_1 - \mathbf{v}_2) = 0
\overrightarrow{W_2W_3} \cdot (\mathbf{v}_2 - \mathbf{v}_3) = 0
\overrightarrow{W_3W_1} \cdot (\mathbf{v}_3 - \mathbf{v}_1) = 0

These velocity constraints integrate into positional constraints

d(W_1, W_2) = \| \overrightarrow{W_1W_2} \| = D_1
d(W_2, W_3) = \| \overrightarrow{W_2W_3} \| = D_2
d(W_3, W_1) = \| \overrightarrow{W_3W_1} \| = D_3

where D_1, D_2, D_3 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 (x_1, y_1, x_2, y_2, x_3, y_3) to describe a configuration of the robot. Yet, each of the positional constraints "consumes" a degree of freedom. For instance, d(W_1, W_2) = D implies that (x_2 - x_1)^2 + (y_2 - y_1)^2 = D_1, i.e., x_2^2 - 2 x_1 x_2 + x_1^2 + (y_2 - y_1)^2 - D = 0. The coordinate x_2 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 (x, y, \theta), where x and y denote translation along the plane axes, and \theta 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


    This article is issued from Wikipedia - version of the Tuesday, April 05, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.