Calibration to Hardware

Introduction

We are using a discretized model for soft actuators the converts continuous bending beams into rigid links and pin joints with torsional stiffnesses. To calibrate our simulated system to the real system, we need some way to relate deformation to joint angles.

Basic formulas

Deflection, \(\delta\) , of cantilever beam as a function of position, \(x\) along the beam, where \(\delta_L\) is the deflection at the tip, and \(L\) is the length of the beam:

\(\begin{align*} \delta(x) = \delta_L \left ( \frac{3x^2}{2L_2} - \frac{x^3}{2L^3} \right ) \\ \end{align*}\)

beam with tip load

A simple beam of length \(L\) with a tip load \(F\) undergoes a tip deflection \(\delta\)

Bending moment, \(M_b\) of a cantilever beam with a tip load, \(F_{tip}\), as a function of position, \(x\) along the beam:

\(\begin{align*} M_b = F_{tip}(L-x) \\ \end{align*}\)

Linear bending stiffness, \(K_b\) of a cantilever beam at the tip:

\(\begin{align*} K_b = \frac{F_tip}{\delta_L} \\ \end{align*}\)

Calibrating Joint Stiffnesses

For an actuator split evenly into \(N\) segments, we make a few assumptions:

  1. Bending stiffness represents the linear bending stiffness at the tip of the actuator at its unloaded state

  2. Assume small angles (for calibration purposes), so \(sin(\theta) = \theta\)

  3. We want to match the deflection of each segment with an appropriate spring force given the bending moment in the actuator.

discretized beam with tip load

The simple beam is discretized into \(N\) equal-length segments connected by pin joints.

We find the formula for the deflection at the tip of the first segment during a load at the actuator’s tip to be:

\(\begin{align*} \delta(x=\frac{L}{N}) &= \left ( \frac{3(\frac{L}{N})^2}{2L_2} - \frac{(\frac{L}{N})^3}{2L^3} \right ) \delta_L \\ &= \left ( \frac{3L^2}{2N^2L^2} - \frac{L^3}{2N^3 L^3} \right ) \delta_L \\ &= \left ( \frac{3}{2N^2} - \frac{1}{2N^3} \right ) \delta_L = \delta_1 \end{align*}\)

For the first segment with a length, \(\frac{L}{N}\), deflection \(\delta_1\), we can define a rotational spring constant, \(\kappa_1\), that achieves an angle, \(\theta_1\) when a torque, \(\tau_1\), is applied on the joint.

A simple pin joint with rotational spring

A simple pin joint with rotational spring

Thus, we obtain an equation for the spring constant:

\(\begin{align*} \kappa_1 = \frac{\tau_1}{\theta_1} \end{align*}\)

We can find what \(\theta_1\) needs to be using the formula:

\(\begin{align*} \sin(\theta_1) = \frac{\delta_1}{L_1} = \frac{\delta_1}{\frac{L}{N}} \end{align*}\)

and using the small angle assumption, we obtain \(\sin(\theta) = \theta\), so:

\(\begin{align*} \theta_1 = \frac{N\delta_1}{L} \end{align*}\)

Now, \(\tau_1\) is assumed to be the bending moment withheld by this first link (the moment at \(x=0\)). :

\(\begin{align*} \tau_1 &= F_{tip}(L-0) = F_{tip}L \end{align*}\)

Thus, we can move back to the joint stiffness:

\(\begin{align*} \kappa_1 = \frac{\tau_1}{\theta_1} &= \frac{F_{tip}L}{ \frac{N\delta_1}{L}} \\ &= \frac{F_{tip}L)}{ \frac{N}{L}\left ( \frac{3}{2N^2} - \frac{1}{2N^3} \right ) \delta_L } \\ &= \frac{L}{ \frac{N}{L}\left ( \frac{3}{2N^2} - \frac{1}{2N^3} \right ) }\frac{F_{tip}}{\delta_L } \\ \kappa_1 &= \frac{ 1 }{ \frac{3}{2N} - \frac{1}{2N^2} } L^2 K_b \end{align*}\)

Determining appropriate actuator torques

We need to determine the actuation moment applied to actuators. Many of our physical systems are air-driven, so we can use blocked-force measurements at various pressures to get a rough estimate of actuation torques at pressures of interest.

During a blocked force measurement, we assume all force produced is balancing the internal actuation moment. Given this assumption, we get:

\(\begin{align*} M_{act} = F_b L \end{align*}\)

Example:

Real hardware

Real soft robotic hand platform from [Abondance et al., 2020], where the mechanical properties of the fingers have been characterized.

From our paper on in-hand manipulation with soft fingers [Abondance et al., 2020], we measured the linear bending stiffnesses of our 0.1 m long fingers in the grasping and side axes:

\(\begin{align*} K_g =& 6.12 \text{ N/m} & K_s =& 29.05 \text{ N/m} \end{align*}\)

In our typical SoMo simulation of these fingers, we use 5 joints in each direction, so $N$ = 5 and $L$ = 0.1 m. Putting this through the formula for joint stiffnesses, we get:

\(\begin{align*} K_{g, sim} =& 0.219 \text{ N/m} & K_{s, sim} =& 1.038 \text{ N/m} \end{align*}\)

The last step is to scale the joint stiffnesses by the square of the world scale per the world scaling discussion. In many of our examples we use a world scale of 20, so scaling the stiffnesses by 400 results in:

\(\begin{align*} K_{g, sim} = 87.4 & \text{ sim stiffness units} & K_{s, sim} =& 415.0 \text{ sim stiffness units} \end{align*}\)

To apply realistic actuation torques to the system, we calibrate the grasping axis on the 100 kPa value, which produced 0.75 N of force over the 0.1m length finger body.

\(\begin{align*} \tau_{act} = M_{act} = F_b L = 0.075 \text{ Nm} \end{align*}\)

Then we transform torques by the square of the world scale, so if we want to apply 100 kPa to the real life fingers, the the simulated fingers need:

\(\begin{align*} \tau_{grasp} = 30 \text{ sim torque units} \end{align*}\)

For the side-axis, we explicitly control the actuation torques in simulation, but the real system uses a pressure differential. Based on a differential of 100kPa to achieve reasonable side-to-side motion in the hardware, we estimate approximately 3 times the value for the grasping axis based on observations, resulting in:

\(\begin{align*} \tau_{side} = 90 \text{ sim torque units} \end{align*}\)

All these values produce physically accurate simulations that seem to work well!

References

abondance2020dexterous(1,2)

Sylvain Abondance, Clark B Teeple, and Robert J Wood. A dexterous soft robotic hand for delicate in-hand manipulation. IEEE Robotics and Automation Letters, 5(4):5502–5509, 2020.