Statics#
The concept of statics in robotics is to find the relationship between force applied to the end-effector and the generalized torques applied to the joints when the robot arm is at equilibrium. We will apply the principle of virtual work to determine this relationship.
Important
The principle of virtual work states that in equilibrium the virtual work of the forces applied to a system is zero
Let \(\boldsymbol{\tau}\) be the \((n \times 1)\) joint torques and \(\boldsymbol{\gamma}_{e}=\begin{bmatrix} \boldsymbol{f}_{e}\\ \boldsymbol{\mu}_{e} \end{bmatrix}\) the \((r \times 1)\) end-effector forces, including linear force \(\boldsymbol{f}_{e}\) and moment \(\boldsymbol{\mu}_{e}\).
The visual work by the joint torques:
where \(d \boldsymbol{q}\) is the joint virtual displacement.
The visual work by the end-effector forces:
where \(d \boldsymbol{p}_{e}\) is the linear virtual displacement and \(\boldsymbol{\omega}_{e} d t\) is the angular virtual displacement of the end-effector.
According to the principle of virtual work, the manipulator is at static equilibrium if and only if
This leads to the statics equation:
stating a relationship between the end-effector forces and joint torques when the robot is at its equilibrium.
Kineto-Statics Duality#
The kineto-statics duality states that
The range space \(\mathcal{R}\left(\boldsymbol{J}^{T}\right)\) of \(\boldsymbol{J}^{T}\) is the subspace in \(\mathbb{R}^{n}\), where the the joint torques that can balance the end-effector forces at robot pose \(\boldsymbol{q}\).
The null space \(\mathcal{N}\left(\boldsymbol{J}^{T}\right)\) of \(\boldsymbol{J}^{T}\) is the subspace in \(\mathbb{R}^{r}\) of the end-effector forces that do not require any balancing joint torques at robot pose \(\boldsymbol{q}\).
It is worth remarking that the end-effector forces \(\gamma_{e} \in \mathcal{N}\left(\boldsymbol{J}^{T}\right)\) are entirely absorbed by the mechanical structure of the robot arm.
From fundamental relationship in linear algebra, the relations between the two subspaces are established by
and then, once the manipulator Jacobian is known, it is possible to characterize completely differential kinematics and statics in terms of the range and null spaces of the Jacobian and its transpose.
Velocity and Force Transformation (Optional)#
The kineto-statics duality can be useful to find the transformation of velocities and forces between two coordinate frames. Consider a reference coordinate frame \(O_{0}-x_{0} y_{0} z_{0}\) and a rigid body moving with respect to such a frame. Then let \(O_{1}-x_{1} y_{1} z_{1}\) and \(O_{2}-x_{2} y_{2} z_{2}\) be two coordinate frames attached to the body. The relationships between translational and rotational velocities of the two frames with respect to the reference frame are given by
The above relations can be compactly written as
On the other hand, if vectors are referred to their own frames, it is
giving the relationship of velocity transformation between two frames. The above can be compactly written as
By virtue of the kineto-statics duality, the force transformation between two frames is
Finally, notice that the above analysis is instantaneous in that, if a coordinate frame varies with respect to the other, it is necessary to recompute the Jacobian of the transformation through the computation of the related rotation matrix of one frame with respect to the other.