Logo
January, 27, 2021

Holonomic vs. Nonholonomic Constraints for Robots

In this post, you will learn that holonomic or configuration constraints reduce the degrees of freedom (dofs) of a robot, whereas nonholonomic constraints reduce the space of possible velocities.

⚠️ This post also has a video version that complements the reading. Our suggestion is to watch the video and then read the reading for a deeper understanding.

Holonomic (Configuration) Constraints for Robots

Let’s see this with an example. Remember our famous 4-bar linkage with one degree of freedom? If you do not, please refer to this lesson.

For now, consider a 4-bar linkage that has 4 links (ground is a link, remember?) that has one DOF and the two ends are pinned to the ground:

4-bar-linkage-holonomic-constraints
The C-space of a 4-bar linkage can be explicitly represented by four angles subject to three-loop constraints (4-3 = 1 DOF). Configuration constraints are called holonomic constraints and will reduce the degrees of freedom of the robot.

Since it has one degree of freedom, then the configuration space (C-space) has one dimension. For a complete lesson on configuration space, including topology and representation, click HERE!

It is super difficult to represent the configuration space with only one parameter. A viable option is an implicit representation of the C-space that is embedding the configuration space in a higher dimensional Euclidean space subject to constraints.

The best common approach to represent the C-space of the closed-loop mechanisms is to represent the C-space by the joint angles subject to loop closure constraints. These constraints are called holonomic constraints, and they will reduce the number of degrees of freedom of a mechanism.

For the 4-bar linkage example, the configuration space can be represented by:

\[\begin{pmatrix}\theta_1\\\theta_2\\\theta_3\\\theta_4\end{pmatrix}\]

Subject to three-loop closure constraints.

In order to find the loop constraints note that:

  • The tip of link 4 always coincides with the origin
  • The orientation of link 4 is always horizontal

We can also visualize this with a 4-link serial robot that satisfies the above conditions:

four-link-serial-robot-holonomic-constraints-2
We can visualize the 4-bar linkage with a four-link serial robot that the tip of the fourth link always coincides with the origin, and the orientation of the fourth link is always horizontal.

The three loop-closure equations can then be written as:

\[L_1 cos(\theta_1) + L_2 cos(\theta_1 + \theta_2) + L_3 cos(\theta_1 + \theta_2 + \theta_3) + L_4 cos(\theta_1 + \theta_2 + \theta_3 + \theta_4) = 0\]
\[L_1 sin(\theta_1) + L_2 sin(\theta_1 + \theta_2) + L_3 sin(\theta_1 + \theta_2 + \theta_3) + L_4 sin(\theta_1 + \theta_2 + \theta_3 + \theta_4) = 0\]
\[\theta_1 + \theta_2 + \theta_3 + \theta_4 – 2\pi = 0\]

The final position and orientation after going around the loop are equal to the initial position and orientation:

4-bar-linkage-constraints-angles
After going around the loop, the final position and orientation must be equal to the initial position and orientation.

These loop closure equations are called holonomic constraints and reduce the C-space dimension and thus the degrees of freedom of a mechanism.

Therefore the one-dimensional (1D) C-space can be implicitly represented by embedding in a four-dimensional (4D) space of joint angles subject to three constraints.

If we write the n-D vector of the robot’s configuration as:

\[q = {\begin{bmatrix}q_1 & . & . & . & q_n \end{bmatrix}}^T\in R^n\]

Then the loop closure equations for k independent equations (= k holonomic constraints) can be written in vector form as follows:

\[g(q)= {\begin{bmatrix}g_1(q_1 & . & . & . & q_n)\\.\\.\\.\\g_k(q_1 & . & . & . & q_n)\end{bmatrix}} = 0 \quad k \leq n\]
\[g(q) \in R^k\]

The k independent constraints are called holonomic, or configuration constraints and they are constraints that reduce the dimension of the C-space.

Then the dimension of the C-space or degrees of freedom is:

\[DOF = n – k\]

Velocity (Pfaffian) Constraints

If the robot is moving and follows the time trajectory q(t), then the question is how do these holonomic constraints restrict the velocity of the robot?

If we write:

\[g(q(t)) = 0 \quad g:R^n \rightarrow R^k\]

Then differentiating both sides with respect to t:

\[\frac{d}{dt} g(q(t)) = 0\]

Which can then be written as follows:

\[\begin{bmatrix}\frac{\partial g_1}{\partial q_1} (q) \dot{q_1} + … + \frac{\partial g_1}{\partial q_n} (q) \dot{q_n}\\.\\.\\.\\\frac{\partial g_k}{\partial q_1} (q) \dot{q_1} + … + \frac{\partial g_k}{\partial q_n} (q) \dot{q_n} \end{bmatrix} = 0\]

Re-writing this equation:

[ g 1 q 1 ( q ) g 1 q n ( q ) g k q 1 ( q ) g k q n ( q ) ] A ( q ) = g q ( q ) R k × n [ q 1 ˙ q n ˙ ] q ˙ R n = 0

In which q̇i is the joint i velocity.

The equation:

\[A(q)\dot{q} = 0\]

is called the velocity or Pfaffian constraints. There are two conditions here:

  • If the velocity constraints are integrable, then they are called holonomic or integrable, or configuration constraints.
  • If the velocity constraints cannot be integrated to get the configuration constraints, they are called nonholonomic constraints.

Nonholonomic Constraints

Now let’s see some examples for nonholonomic constraints:

Example 1: Chassis of a Car Driving on a Plane

Suppose a chassis of a car driving on a plane:

nonholonomic-constraints-chassis-car

Where ϕ is the chassis angle (steering angle). A sample path of the car depending on this angle can be like this:

(x,y) is the location of the point halfway between the rear wheels. v is the forward velocity of the car.

Then the configuration of the chassis can be determined by:

\[q = \begin{pmatrix}\phi\\x\\y\end{pmatrix}\]

In order to find the velocities in x and y direction, we can write:

\[\dot{x} = v \, cos(\phi)\]
\[\dot{y} = v \, sin(\phi)\]

From second equation we can write that:

\[v = \frac{\dot{y}}{sin(\phi)}\]

Substituting this equation into the first equation we can write:

\[\dot{x} = \frac{\dot{y}}{sin(\phi)} cos(\phi) \rightarrow \dot{x} \, sin(\phi) – \dot{y} \, cos(\phi) = 0\]

Re-writing this equation in the form of the Pfaffian constraints, we can get the following equation:

\[\underbrace{\begin{pmatrix}0 & sin(\phi) & -cos(\phi)\end{pmatrix}}_{A(q) \in R^{1\times 3}}\underbrace{\begin{pmatrix}\dot{\phi}\\\dot{x}\\\dot{y}\end{pmatrix}}_{\dot{q}} = 0\]

This velocity constraint cannot be integrated to give an equivalent configuration constraint, and thus it is a nonholonomic constraint.

Example 2: Steerable Needles

Steerable Needles are a type of medical device that can be steered to reach a target location.

Steerable Needles are also an example of nonholonomic systems where they cannot instantaneously reach sideways motions but can be steered to any configuration in their configuration space.

Example 3: A Coin Rolling on a Plane without Slipping (A Classical Problem)

Consider a coin with a radius r rolling on a plane without slipping:

rolling-without-slipping-nonholonomic-constraints-1
A coin rolling on a plane without slipping has two holonomic and two nonholonomic constraints.

Where

r is the radius of the coin

(x,y) is the contact point of the coin with the plane

ϕ is the rotation around z which is also called steering angle or heading angle

θ is the rotation around x which is also orientation with respect to vertical

The disk has two holonomic constraints that reduce the C-space dimension, and thus it will have four degrees of freedom (6 – 2 = 4). The holonomic constraints are as follows:

  • The disk is confined to the x-y plane and cannot move in the z-direction
  • Rotating the disk around y will make it lose its upright position

Thus the 4D C-space of the rolling coin can be written as follows:

\[R^2 \times S^1 \times S^1 = R^2 \times T^2\]

We remember from the lesson on Configuration Space and Topology that the Cartesian product of two circles is the torus’s 2D surface, which is parameterized by angles ϕ and θ here.

From physics, we know that the coin rolls in the direction indicated by (cosϕ,sinϕ) with the forward speed rθ̇. Thus we can write the velocities in x and y direction as:

\[\dot{x} = r \dot{\theta} \, cos\phi\\\dot{y} = r \dot{\theta} \, sin\phi\]

If we take the 4D C-space coordinates as:

\[q = {\begin{pmatrix}q_1\\q_2\\q_3\\q_4\end{pmatrix}} = {\begin{pmatrix}x\\y\\\phi\\\theta\end{pmatrix}} \in R^2 \times T^2\]

Then the Pfaffian constraints can be written as follows:

\[\underbrace{\begin{pmatrix}1 & 0 & 0 & -r\,cosq_3\\0 & 1 & 0 & -r\,sinq_3\end{pmatrix}}_{A(q) \in R^{2\times 4}}\underbrace{\begin{pmatrix}\dot{x}\\\dot{y}\\\dot{\phi}\\\dot{\theta}\end{pmatrix}}_{\dot{q}} = 0\]

These Pfaffian constraints are not integrable, and thus they are nonholonomic constraints. This means that for the A(q) there is not a differentiable function g: R4 → R2 such that:

\[\frac{\partial{g(q)}}{\partial q} = A(q)\]

Two prove this; we can say that if that had not been the case, there should have existed differentiable g1(q) and g2(q) that could have satisfied the following equalities:

\[\frac{\partial{g_1}}{\partial q_1} = 1 \rightarrow g_1(q) = q_1 + h_1(q_2,q_3,q_4)\\\frac{\partial{g_1}}{\partial q_2} = 0 \rightarrow g_1(q) = h_2(q_1,q_3,q_4)\\\frac{\partial{g_1}}{\partial q_3} = 0 \rightarrow g_1(q) = h_3(q_1,q_2,q_4)\\\frac{\partial{g_1}}{\partial q_4} = -r \, cos q_3 \rightarrow g_1(q) = -rq_4\, cosq_3 + h_4(q_1,q_2,q_3)\]

By inspection, we can see that no such g1(q) exists. The same procedure is applicable for g2(q). Thus the Pfaffian constraints are not integrable, and thus these are nonholonomic constraints.

These constraints reduce the dimension of the system’s feasible velocities but do not reduce the dimension of the reachable C-space. The rolling coin can reach any point in its 4D C-space despite the two constraints on its velocity. We will see later in the control section that we will have two velocities to control.

Note that nonholonomic constraints arise in robot systems subject to conservation of momentum or rolling without slipping.

Important Notes on Nonholonomic Constraints

Nonholonomic constraints:

  1. Reduce the vehicle’s possible velocities (car, steerable needle, etc.), which means that the vehicle cannot slide directly to the side.
  2. Cannot reduce the space of configurations, which means that for the example of the car, sideway motions can be achieved by parallel parking, or for the case of steerable needles, they can be steered to the desired place. The vehicle can reach any configuration in its 3D space.

A rigid body (for example, a robot) in space can be subject to holonomic and nonholonomic constraints. For the example of the chassis of the car moving on a plane, we can say that:

  • It has three holonomic constraints that keep the chassis confined to the plane (we have seen this in the previous lesson HERE).
  • It has one nonholonomic constraint that prevents sideways sliding.

Summary of the Holonomic and Nonholonomic Constraints

  • Holonomic constraints are constraints on the configuration, and they reduce the space of the configurations and thus the degrees of freedom.
  • Nonholonomic constraints are constraints on the velocity, and they do not reduce the space of configurations.
  • Pfaffian constraints can be holonomic or nonholonomic based on the integrability of the velocity constraints.

References:  
Textbooks:

  • Modern Robotics: Mechanics, Planning, and Control by Frank Park and Kevin Lynch  
    A Mathematical Introduction to Robotic Manipulation by Murray, Lee, and Sastry