Next Article in Journal
3D Path Planning for the Ground Robot with Improved Ant Colony Optimization
Previous Article in Journal
Artificial Landmarks for Trusted Localization of Autonomous Vehicles Based on Magnetic Sensors
Previous Article in Special Issue
Haptic Glove and Platform with Gestural Control For Neuromorphic Tactile Sensory Feedback In Medical Telepresence
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Contact Modelling and Tactile Data Processing for Robot Skins

1
Nvidia Corporation, 83304 Przodkowo, Poland
2
Department of Informatics, Bioengineering, Robotics and Systems Engineering, University of Genoa, 16145 Genova, Italy
3
Department of Engineering Science, Oxford Robotics Institute, University of Oxford, Oxford OX2 6NN, UK
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(4), 814; https://doi.org/10.3390/s19040814
Submission received: 5 December 2018 / Revised: 14 January 2019 / Accepted: 12 February 2019 / Published: 16 February 2019
(This article belongs to the Special Issue Tactile Sensors and Applications)

Abstract

:
Tactile sensing is a key enabling technology to develop complex behaviours for robots interacting with humans or the environment. This paper discusses computational aspects playing a significant role when extracting information about contact events. Considering a large-scale, capacitance-based robot skin technology we developed in the past few years, we analyse the classical Boussinesq–Cerruti’s solution and the Love’s approach for solving a distributed inverse contact problem, both from a qualitative and a computational perspective. Our contribution is the characterisation of the algorithms’ performance using a freely available dataset and data originating from surfaces provided with robot skin.

1. Introduction

The problem of characterising the physical interaction between robots and humans or the environment, typically using an artificial sense of touch, has received increasing attention in the literature [1,2,3]. Extensive work has been done to allow robots to obtain information about contact events [4]. Large-scale, whole-body robot skin is a key enabling technology to implement interactive robot behaviours, specifically to provide control algorithms with reliable information about contact features [5,6].
Two classes of approaches for obtaining meaningful information about contact events can be identified. The first adopts data-driven, machine learning frameworks to deal with situations where it is not trivial to model the underlying transduction principles. As pointed out in Ref. [7], data-driven approaches are appealing when modelling contact events is complex and it is difficult to model the sensor’s response, specifically to take noise into account. The second focuses on appropriately modelling physical laws. Model-driven approaches are adopted whenever a (possibly simplified) model of the force distribution is available. Such models are usually based on principles of contact mechanics, and are aimed at determining closed-form solutions for contact shape reconstruction [8,9,10]. As a consequence, the two approaches originate qualitatively different results, i.e., typically a class label in the first case or a contact shape in the second.
For both data-driven and model-based approaches, three requirements must be considered:
R1
Generalisation: Run-time contact reconstruction or la belling should not assume any a priori Model of the object in contact.
R2
Efficiency: The reconstruction or classification algorithm’s execution time should be predictable.
R3
Scalability: The solution of the reconstruction or labelling problem should scale to different contact area sizes.
Reconstructing the contact shape on the robot’s surface or classifying it to inform robot behaviours require finding a trade-off between all requirements above, which may be in contrast with each other. They have been considered only to a limited extent in the literature. Table 1 reports selected data-driven and model-based approaches considering such an interplay. It indicates the worst-case computational complexity of each method using Big O notation, where c is the number of classes to discriminate from, n the size of the training set, d the data size, and f is the number of features. With the sole exception of [11], all approaches target a subset of the requirements, and do not consider them as a whole. If we restrict the analysis to the approaches aimed at reconstructing the contact shape and considering requirements R 1 , R 2 or R 3 , only the work in Ref. [7,11] appears relevant.
It is necessary to better characterise the interplay between generalisation, computational efficiency and scalability when solving the problem of reconstructing the contact shape using tactile information. The contribution of this paper is a discussion about the application of foundational model-based approaches, such as the Boussinesq–Cerruti [21,22] and the Love solutions [23,24,25] to the problem of reconstructing the contact shape when large-scale, capacitance-based robot skin is used, from a generalisation, computational efficiency and scalability perspectives. A software framework with algorithms to perform specific tests is available online as open source software [26].
The paper is organised as follows. Section 2 describes the problem we want to solve using the Boussinesq–Cerruti and the Love formulations. Reconstruction algorithms are described in Section 3. A discussion about the physical plausibility of solutions is reported in Section 4. Implementation details and performance issues are described in Section 5. Conclusions follow.

2. Assumptions and Problem Statement

We target the ROBOSKIN technology [4,27]. A single transducer (i.e., a taxel) t i is a layered structure: the bottom layer Γ b is a positive electrode, the top layer Γ t is a ground electrode, and the mid layer is a soft elastomeric material [28], see Figure 1. In ROBOSKIN, taxels are spatially arranged in 3 cm side triangular modules, which can be connected to form large patches. Each module hosts 12 taxels. A normal force F exerted on Γ t produces variations in each taxel capacitance:
Δ C i = C c , i C n = ϵ 0 ϵ r A h n h c , i h c , i h n
where C c , i and h c , i are, respectively, the capacitance value and the elastomer thickness for t i when contact occurs, C n and h n correspond to the no contact or nominal case, ϵ 0 is the dielectric constant, ϵ r is the relative static permittivity, and A is the taxel’s area. Contact induces an increase in capacitance, i.e., Δ C i > 0 corresponds to a contact event.
We are interested in solving an Inverse Elastic Problem (IEP), i.e., reconstructing the contact shape originating from the application of a force distribution [29]. This implies determining the shape of Γ t (in terms of surface tractions) using taxel readings in Equation (1). We resort to the theory of linear elasticity, and we pose the following assumptions [30]: (i) there exists a linear relation between stress and strain (deformation), and (ii) strains are infinitesimal. As discussed in Ref. [28], these assumptions are reasonable for ROBOSKIN: Stress-strain relationships are shown to be piecewise linear for different elastomeric materials. Therefore, the superposition principle can be applied, i.e., the strain resulting from a set of stresses is given by the sum of strains caused by individual stresses. Solutions to problems grounded in the theory of linear elasticity deal with elastic half-spaces, i.e., solids bounded by a plane conventionally defined by z = 0 . Due to its finite thickness, ROBOSKIN cannot be treated as an open half-space. However, using the superposition principle, strains can be modelled using effective surface displacements. For a given taxel t i , if u ( σ i ) is the deformation caused by the stress σ i , the corresponding effective surface displacement δ i is:
δ i = u ( σ i ) | z = 0 u ( σ i ) | z = h c , i
where h c , i is the elastomer thickness for taxel t i . Therefore, if Q R M is a vector of surface tractions and D R N a vector of displacements, IEP consists in finding a function g such that:
Q = g ( D )
In our case, the function g is linear and requires the inversion of a matrix C R M × N . The use of displacements allows us to solve IEP using the Boussinesq–Cerruti or the Love formulations. Both formulations are well-known, and practical information about to solve them, including how to invert C, have been discussed elsewhere [7,29]. Here, we focus on the assumptions needed to implement algorithms considering the requirements introduced above.
Normal forces. Since ROBOSKIN adopts capacitance-based sensors, it can detect only normal forces. While this limits the type of contact events that can be detected, it allows for the simplification of IEP. Only a subset of tractions (respectively, displacements) are to be included in Q (respectively, in D), i.e., the elements of C related to tractions along the x and y axes in the elastic half-space can be explicitly set to 0. As discussed in Ref. [7], this makes C a sparse matrix, which can be efficiently inverted in O ( M 2 N ) [31].
Taxels layout. The solution to IEP must be independent from the underlying robot skin taxels layout, which depends on design and manufacturing considerations [32]. We discretise the IEP domain in an array of spatially distributed tractions and displacements by means of a virtual grid. Each grid cell contains a discretised value corresponding to tractions Q or displacements D in the cell’s location. Although it is not explicitly required in our approach, we will consider grids in R 2 . This requires us to obtain a 2D representation of the robot’s surface provided with robot skin. Methods to achieve this have been discussed in Refs. [5,33]. It is noteworthy that grid cells are the codomain of a chart whose domain is in 3D space, and in this case the manifold is the robot’s surface.

3. On the Reconstruction of Contact Shapes from Robot Skin Measurements

In this work, we are interested in solving an IEP in which surface tractions Q represent the contact shape, and displacements D are given as a function of taxel’s measurements in the form of Equation (1). First, we introduce a solution based on the Boussinesq–Cerruti model [21,22], then we point out its limitations, and finally we introduce the Love’s model [23,24,25], which we adapt to our robot skin design.

3.1. Boussinesq–Cerruti’s Formulation

Derivation of Influence Coefficients. The formulation of IEP according to the Boussinesq–Cerruti solution assumes the displacements in the elastomeric layer to be caused by a distribution of concentrated forces acting at discrete locations on its surface [29]. In particular, the Boussinesq–Cerruti solution for IEP is related to both concentrated normal and tangential forces F. For elastomeric materials whose Poisson’s ratio is equal to ν = 0.5 , which is a good approximation for the elastomer used in the employed ROBOSKIN prototypes (i.e. Ecoflex [28,34], ), the original formulas determining deformation contributions along x, y and z simplify significantly to:
u x = 3 4 π E F x 1 ρ + x 2 ρ 3 + F y x y ρ 3 + F z x z ρ 3
u y = 3 4 π E F x x y ρ 3 + F y 1 ρ + y 2 ρ 3 + F z y z ρ 3
u z = 3 4 π E F x x z ρ 3 + F y y z ρ 3 + F z 1 ρ + z 2 ρ 3
where:
ρ = x 2 + y 2 + z 2
and E is the Young’s modulus of the dielectric material.
Tractions vector Q consists of N = 3 L components q j of L concentrated forces F l , and each concentrated force has three spatial components, respectively along x, y and z:
Q = [ F 1 x F 1 y F 1 z F l x F l y F l z F L x F L y F L z ] T
These concentrated forces result in a vector of displacements D along x, y and z at M = 3 K distinct locations:
D = [ δ 1 x δ 1 y δ 1 z δ k x δ k y δ k z δ K x δ K y δ K z ] T
If we consider effective surface displacements Equation (2), a 3 × 3 sub-matrix of C containing influence coefficients, which relate effective displacements at location k with the forces applied at location l, is determined:
C k ¯ , l ¯ = c 3 k , 3 l c 3 k , 3 l + 1 c 3 k , 3 l + 2 c 3 k + 1 , 3 l c 3 k + 1 , 3 l + 1 c 3 k + 1 , 3 l + 2 c 3 k + 2 , 3 l c 3 k + 2 , 3 l + 1 c 3 k + 2 , 3 l + 2
where k ¯ ranges between 3 k and 3 k + 2 , and l ¯ ranges between 3 l and 3 l + 2 . Influence coefficients in Equation (10) can be expressed in terms of geometric and physical properties of the elastomer, using Equations (5) and (6):
c 3 k , 3 l = 3 4 π E 2 x k l 2 + y k l 2 x k l 2 + y k l 2 3 2 x k l 2 + y k l 2 + h c 2 x k l 2 + y k l 2 + h c 2 3
c 3 k , 3 l + 1 = 3 4 π E x k l y k l x k l 2 + y k l 2 3 x k l y k l x k l 2 + y k l 2 + h c 2 3
c 3 k , 3 l + 2 = 3 4 π E x k l h c x k l 2 + y k l 2 + h c 2 3
c 3 k + 1 , 3 l = 3 4 π E x k l y k l x k l 2 + y k l 2 3 x k l y k l x k l 2 + y k l 2 + h c 2 3
c 3 k + 1 , 3 l + 1 = 3 4 π E x k l 2 + 2 y k l 2 x k l 2 + y k l 2 3 x k l 2 + 2 y k l 2 + h c 2 x k l 2 + y k l 2 + h c 2 3
c 3 k + 1 , 3 l + 2 = 3 4 π E y k l h c x k l 2 + y k l 2 + h c 2 3
c 3 k + 1 , 3 l = 3 4 π E x k l h c x k l 2 + y k l 2 + h c 2 3
c 3 k + 2 , 3 l + 1 = 3 4 π E y k l h c x k l 2 + y k l 2 + h c 2 3
c 3 k + 2 , 3 l + 2 = 3 4 π E 1 x k l 2 + y k l 2 x k l 2 + y k l 2 + 2 h c 2 x k l 2 + y k l 2 + h c 2 3
where the term x k l (respectively, y k l ) is the distance between the application point of force F l and the location of the displacement δ k projected onto the x (respectively, y) axis.
Limitations of the Boussinesq–Cerruti’s Solution.A brief analysis of the coefficients in Equation (10) shows that there exists a singularity in the solution for x k l = y k l = 0 . Specifically, five coefficients become infinite for that choice of parameters. Geometrically, this choice corresponds to the situation in which the point of application of a force vector F l on the robot skin and the measurement’s location of the displacement δ k coincide.
To overcome this singularity issue, an approximate solution has been proposed in Ref. [11] (The interested reader is referred to the referenced publication for more details. Only a conceptual overview is given here). In order to obtain it, Muscari and colleagues pretend that the employed robot skin has a thickness of h c + z 0 , h c where z 0 , h c is a small offset. Forces are considered to be applied to the top of the approximated robot skin, and the corresponding strain is computed using the work-force theorem and the Hooke’s law. The final form for the generic displacement δ k of the approximate solution is:
δ k x = 9 4 π E F l x z 0 , h c Ψ h c z 0 , h c
δ k y = 9 4 π E F l y z 0 , h c Ψ h c z 0 , h c
δ k z = 9 2 π E F l z z 0 , h c Ψ h c z 0 , h c
where Ψ ( x ) = x 1 ( 0.2431 x 0.1814 ) and:
z 0 , h c = 3 2 π A ( s k )
with A ( s k ) is the area over which the concentrated force F l is exerted, i.e., in our implementation taken to be equal to the area of a grid cell s k . In the original implementation, it is taken that since z 0 , h c h c , the Ψ ( x ) 0.25 and it is explicitly set to this value (see Figure 2 for a comparison).
It is noteworthy that Muscari and colleagues consider only regular grids with equal grid cells, and therefore, assume a uniform spacing between the nodes representing points of application of force and sensing locations. Since these nodes are placed perfectly one over another, they apply the approximate solution when computing influence coefficients for nodes that correspond to the same point in space. In other cases, it is obvious that either one of x k l or y k l is non-zero, and therefore, the solutions are not singular. It logically follows that the criterion the authors apply for choosing between the direct Boussinesq–Cerruti solutions and the approximated solution is discrete in nature. In order to apply the Boussinesq–Cerruti solutions to any combination of (not necessarily regular) grids, with arbitrary cell sizes, a continuous criterion must be employed instead. To this end, one must consider the nature of the functions constituting the Boussinesq–Cerruti solutions. The singularity occurs with z = 0 , and therefore, the problem is planar in nature, i.e., solutions are functions of ( x k l , y k l ) . If these functions could be shown to be concave (i.e., their Hessian matrices were positive semi-definite), then it would be trivial to choose a solution (Figure 3). Unfortunately, this cannot be shown trivially. If we consider the expression of the influence coefficient c 3 k + 2 , 3 l + 2 in Equation (10) for a generic displacement δ j z and force F k z , we express it adopting a polar coordinate system r 2 , ϕ , where r 2 = x k l 2 + y k l 2 and ϕ = a t a n 2 ( y k l , x k l ) , and we try to find critical points by calculating:
c 3 k + 2 , 3 l + 2 r = 0
it can be shown by applying the Sturm’s theorem to the resulting polynomial that there exists a critical point in the interval r ( 0 , ) .
However, determining the nature of the critical point would require us to solve a quartic polynomial and possibly further steps to examine growing orders of derivatives. This approach was deemed unsatisfactory, but no better continuous criterion can be proposed at this time. For this reason, the aforementioned criterion is what the current implementation employs, i.e., both the original Boussinesq–Cerruti and the approximated solutions are computed, and then the one with the lower absolute value is used for the influence coefficient.

3.2. Love’s Formulation

Derivation of Influence Coefficients. The formulation of the elastic problem for the Love’s solution considers displacements δ k in the elastomeric material to be determined by a distribution of normal pressures acting over rectangular areas on the robot’s surface [24]. Such areas, or grid cells, have sizes 2 a and 2 b (Figure 4).
For the sake of notation, let us assume that a point on the boundary of the half-space (i.e., the robot skin’s surface Γ t ) has Cartesian coordinates x , y , 0 and a point within the elastomer has Cartesian coordinates x , y , z with z > 0 . Furthermore, let r be an auxiliary variable such that r 2 = Δ x 2 + Δ y 2 + z 2 , where Δ x = x x and Δ y = y y . Therefore, solutions follow the notion of spatial derivatives of elastic potential functions introduced by Boussinesq, whereas deformations are computed as:
u x = 1 4 π 2 ( 1 + ν ) ( 1 2 ν ) E χ x + 2 ( 1 + ν ) z E V x
u y = 1 4 π 2 ( 1 + ν ) ( 1 2 ν ) E χ y + 2 ( 1 + ν ) z E V y
u z = 1 4 π 4 ( 1 ν 2 ) ( 1 2 ν ) E V + 2 ( 1 + ν ) z E V z
where χ and V are two functions describing the elastic potentials, defined respectively as:
χ = a a b b p log ( z + r ) d x d y
and:
V = a a b b p r 1 d x d y
where p is the pressure acting on the grid cell. The term χ in Equation (18) is called Boussinesq’s 3 D elastic logarithmic potential, while the term V in Equation (19) is the Newtonian potential of the surface distribution. As described in Ref. [25], integrals in Equations (18) and (19) can be evaluated to obtain closed-form solutions for the deformations in an elastic half-space excited by a uniform normal pressure applied over a rectangular grid cell, as follows:
u x = p 4 π ( 1 + ν ) ( 1 2 ν ) E ( J 2 J 1 ) + 2 ( 1 + ν ) z E ln Δ y + r 20 Δ y + r 10 y = b y = b
u y = p 4 π ( 1 + ν ) ( 1 2 ν ) E ( K 2 K 1 ) + 2 ( 1 + ν ) z E ln Δ x + r 02 Δ x + r 01 x = a x = a
u z = p 4 π 4 ( 1 ν 2 ) E ( L 1 L 2 ) + z tan 1 ( a x ) Δ y z r 10 + tan 1 ( a + x ) Δ y z r 20 y = b y = b
where:
J j = Δ y ln ( z + r j 0 ) 1 + z ln 1 + ψ j 0 1 ψ j 0 + 2 | a x | tan 1 | a x | ψ j 0 z + β j 0
K j = Δ x ln ( z + r 0 j ) 1 + z ln 1 + ψ 0 j 1 ψ 0 j + 2 | b y | tan 1 | b y | ψ 0 j z + β 0 j
L j = Δ y ln ( ± a x + r j 0 ) 1 + ( ± a x ) ln 1 + ψ j 0 1 ψ j 0 + 2 z tan 1 z ψ j 0 ( ± a x ) β j 0
ψ j 0 = Δ y r j 0 + β j 0
ψ 0 j = Δ x r 0 j + β 0 j
r j 0 = ( a x ) 2 + Δ y 2 + z 2
r 0 j = Δ x 2 + ( b y ) 2 + z 2
β j 0 = ( a x ) 2 + z 2 , β 0 j = ( b y ) 2 + z 2
In Equations (23)–(30), the parameter j determines which sign is used, i.e., the upper (respectively, lower) sign corresponds to j = 1 (respectively, j = 2 ), and p is the value of the (uniform) pressure acting on the cell.
It is noteworthy that deformations are computed as linear functions of the pressures exerted on the robot skin and therefore, the model is still linear, which allows us to take advantage of the superposition principle. In the Love’s formulation, the tractions vector Q consists of N normal components of a pressure distribution:
Q = [ p 1 p n p N ] T
These pressures result in a distribution of displacements D along the x, y and z directions at K locations in the same form of Equation (9). Therefore, the 3 × 1 sub-matrix of C contains influence coefficients which relate displacements at location k with pressures applied at location n. According to Equation (2), these can be expressed as:
C 3 k : 3 k + 2 , n = c 3 k , n c 3 k + 1 , n c 3 k + 2 , n
where:
c 3 k , n = p 4 π ( 1 + ν ) ( 1 2 ν ) E ( J 2 J 1 ) z = 0 ( J 2 J 1 ) z = h c 2 ( 1 + ν ) h c E ln Δ y + r 20 Δ y + r 10 z = h c y = b y = b
c 3 k + 1 , n = p 4 π ( 1 + ν ) ( 1 2 ν ) E ( K 2 K 1 ) z = 0 ( K 2 K 1 ) z = h c 2 ( 1 + ν ) h c E ln Δ y + r 02 Δ y + r 01 z = h c y = b y = b
c 3 k + 2 , n = p 4 π 4 ( 1 + ν 2 ) E ( L 1 L 2 ) z = 0 ( L 1 L 2 ) z = h c h c tan 1 ( a x ) Δ y h c r 10 + tan 1 ( a + x ) Δ y h c r 20 y = b y = b
and terms J 1 , J 2 , K 1 , K 2 , L 1 , L 2 are characterized by Equations (23)–(25).
Figure 5 shows plots of solutions obtained for a uniform pressure exerted over a small grid cell. On the top, the Figure shows a cross-section along y = 0 , while on the bottom it contains a view of the normal deflection δ z . If we compare the results in Figure 2 and Figure 5 on the top, it can be noticed that the Love’s formulation is capable of modelling complex contact situations, including boundary effects, whereas the Boussinesq–Cerruti solution appears to simply smooth the contact shape, and is characterised by singularities.
Limitations of the Love’s Solution. As it can be noticed in Figure 6, if the size of the cell is decreased, the Love’s solution smooths out as well and becomes similar to the Boussinesq–Cerruti’s solution, without the singularity. This suggests that Love’s formulation assures a certain degree of complexity required to model highly complex contact situations, specifically when the size of the grid cells is reduced. It should also be noted that equations in the Love’s formulation do not contain real singularities, which is a fundamental feature to adopt the model with real-world robot skins. As a matter of fact, there are expressions becoming singular in specific cases, but it can be shown that in all of them, they are multiplied by a coefficient which tends to 0 faster than the expression becomes singular. However, special care must be taken when implementing those equations, especially when dealing with finite precision arithmetic.

3.3. Comparison between Boussinesq’s and Love’s Solutions

A qualitative comparison between the two solutions presented in Section 3.1 and Section 3.2 can be done by comparing deformations resulting from similar load conditions. In order to generate similar load conditions, we shall only consider loads normal to the surface. It is noteworthy that this is precisely the case with the robot skin technology we use, and due also to the fact that the Love’s problem deals with normal pressures only. Since the loads considered by the Boussinesq–Cerruti’s and Love’s formulations are different in nature (i.e., forces and pressures, respectively), we shall approximate the force acting in the Boussinesq–Cerruti model as:
F z = p × 2 a × 2 b
where p is the normal pressure acting in the Love’s formulation, and 2 a and 2 b are the sizes of the grid cell (where the load is applied). Furthermore, for the approximate solution to the Boussinesq–Cerruti’s model, we assume that the discretization of the forces space is done with elements such that the area over which the force is exerted is equal to that of the pressure’s grid cell in the Love’s model:
A ( s ) = 2 a × 2 b
A sample result of the comparison can be seen in Figure 6. The two models produce results within the same magnitude order, i.e., less than 2 × 10 4 , but nevertheless there is a significant difference in the amplitude of the deflection, the largest difference occurring at x = y = 0 . We can try to qualitatively compare this difference by computing the approximate Boussinesq–Cerruti’s solution for a fixed force value F z and varying the area of the grid cell A ( s ) , and plotting it with a Love’s solution for grid of size 2 a = 2 b = A ( s ) , and pressure value p = F z / ( 2 a × 2 b ) , evaluated at x = y = 0 . The discrepancy in the two solutions is contrary to what one would expect. Intuitively, the Boussinesq–Cerruti’s solution (i.e., concentrated force) should result in an indentation with narrower, sharper slopes than the solution corresponding to the Love’s problem. On the other hand, the indentation in the point of application of the force would be expected to be deeper in the Boussinesq–Cerruti’s solution, since it originates from a concentrated force, but this is not the case.

4. Plausibility of Solutions

By analysing the contact situation, one can derive a set of constraints on the model involved in the inverse elastic problem, which define the set of feasible solutions for tractions Q. Usually, these constraints originate from the likelihood of observing some measurements due to the laws of physics governing the contact event. It may occur that the feasible solution set does not overlap with the theoretical solutions obtained through the inversion of C. This means that there might not exist a physically feasible solution (in terms of model parameters) which would produce exactly the same data if a solution to the forward elastic problem was computed with the model’s parameters taken to be such exact solutions. This phenomenon is readily explained by taking into consideration the presence of noise in the data, which is the input to the inverse elastic problem. Input data (e.g., taxel measurements) are affected by various sources of noise, most of which are unrelated to the nature of the elastomer employed in the robot skin, e.g., electric charge fluctuations on the capacitance-based taxels, limited processing precision of CDC units, or even the limited precision of computer arithmetic, just to name a few. An exact solution to the inverse problem (if it exists) corresponds to modeling all these imperfections, which is usually not desirable. One can therefore, sacrifice the least-squares guarantee of a pseudo-inverse based solution for meeting physicality constraints on the tractions set.
Following the ideas presented in Ref. [7], one can assume that under common contact conditions, normal tractions (forces or pressures) can act only in a compressive way, i.e., q j z > 0 for every j. Moreover, we assume that tangential tractions are generated exclusively by friction [35]. If we further constrain ourselves to single-contact cases only, then tangential tractions can be shown to be proportional to normal tractions.

4.1. Compressive Normal Tractions with the Fourier–Motzkin Elimination

There are many ways to constrain normal tractions to be compressive. Let us assume that there are only normal tractions acting on the robot’s body. As a consequence, the relationship between displacements and tractions becomes:
D = C n Q z
with a general solution in the form:
Q z = C n + D + ( I C n + C n ) z
where z R N such that z = [ z 1 , , z N ] T is an arbitrary vector. As mentioned above, constraining tractions to be non-negative can be expressed as the following system of inequalities:
q j > 0 j
If we restrict the domain in which to search for the non-negative solutions to the set of exact solutions given by Equation (37), the problem of obtaining the non-negative constraints on the elements of Q is equivalent to that of finding the components of the z vector satisfying a system of linear inequalities:
I C n + C n z 1 z N C n + D
It can be proved that a solution in closed form to this set of linear inequalities exists, and it can be obtained using a mathematical tool introduced by Fourier in Ref. [36], later rediscovered by Lloyd L. Dines and Theodore S. Motzkin, and came to be known as the Fourier–Motzkin elimination.
The process to obtain a solution is similar to that of Gauss elimination, and consists in transforming a set of linear inequalities to an equivalent set, which is expressed without a subset of the original variables. Without loss of generality and for the sake of conciseness, let us consider an arbitrary system of linear inequalities:
a 11 x 1 + + a 1 n x n b 1 a j 1 x 1 + + a j n x n b j a m 1 x 1 + + a m n x n b m
where the values of real coefficients a j i are not constrained, i.e., they can be positive, negative or equal to zero. Then, we can eliminate a variable x e by transforming the original inequalities so that on the left-hand side they contain only x e , and grouping them into three classes, depending on their direction (which corresponds to the sign of coefficients a j e ):
  • x e A k where A k = b k i e a k i x i with k = j , a j e > 0 ;
  • x e B l where B l = b l i e a l i x i with l = j , a j e < 0 ;
  • 0 C m where C m = b m i e a m i x i with m = j , a j e = 0 ;
where b j = b j / a j e and a j i = a j i / a j e .
The original system of inequalities is then equivalent to:
A k B l k , l C m 0 m
In the worst case (with an equal number of inequalities in the first and second group), the number of inequalities in a system created by eliminating one variable is n 2 / 4 . Running p successive elimination steps will result in at most 4 ( n / 4 ) 2 p inequalities. Many of these inequalities are redundant and the required number of inequalities can be shown to grow as a single exponential [37].
Considering again the inverse elastic problem, without enough insight, the Fourier–Motzkin elimination might seem promising, since it could be performed as an offline step, with back-substitution being the only online part.
Remark 1.
The complexity of the Fourier–Motzkin algorithm must be analyzed. Since the displacement vector D is only known at run-time (as a consequence of a contact event detected by the robot skin), no detection of superfluous inequalities (as mentioned above) can be done offline. Therefore, the worst-case size of the final system of inequalities obtained after eliminating all variables is:
N = 4 N 4 2 N
which, for a moderately sized problem of reconstructing a distribution of 100 tractions (e.g., a 10 × 10 grid) corresponds to approximately 1.6 × 10 280 inequalities. Without elaborating the details, encoding this in an actual robot software architecture would require approximately 5.8 × 10 273 gigabytes of memory under double precision.
From this comparison, it should be clear that the Fourier–Motzkin elimination cannot be adopted in practice.

4.2. Compressive Normal Tractions with Non-negative Least Squares

The problem of finding non-negative solutions to systems of linear equations is a well studied problem in mathematical optimization, driven mostly by engineering applications [38]. As it turns out, quite often physically feasible solutions are constrained to the non-negative only domain.
The first algorithm to find a least-squares solution in the non-negative domain is due to Lawson and Hanson [39]. This algorithm belongs to the family of active set algorithms. It tries to iteratively optimise a subset of system variables whose values can change (i.e., the free set) so that the final solution satisfies the non-negativity constraint with a minimal least square-error. However, the performance of the algorithm proposed by Lawson and Hanson is hindered by the expensive computation of a matrix inversion related to the free subproblem at each refinement step of the solution. Moreover, this method belongs to the single pivoting group, meaning that at each iteration, only one variable is chosen to be moved between the free and the active sets, which increases the number of iterations required to reach a good solution. Since then, many other algorithms to compute the non-negative least-squares solution to a system of linear equations have been proposed, usually offering significant performance improvement over the Lawson–Hanson algorithm. Most of the algorithms have been generalised to realise box-type constraints, such that each variable x i is subject to l i x i u i constraints. A partial survey of these algorithms is given in Ref. [38]. The majority of the modern solvers belong to the group of block-pivoting, active set algorithms. The main difference with respect to the original algorithm by Lawson and Hanson is that, in each iteration, the algorithms try to move more than one variable between the free and the active sets. In general, the inverse elastic problem is dense in its nature, meaning that (almost) all elements of the influence coefficients matrix are non-zero. Nevertheless, Mikael Adlers describes an efficient and robust algorithm for solving box-constrained linear problems which remain highly efficient even for dense problems [40]. This algorithm, known as BLOCK3 block pivoting algorithm, has been chosen here to solve the inverse elastic problem with non-negativity constraints on the tractions, specifically the implementation described in Ref. [41].
Remark 2.
It is noteworthy that any algorithms implementing non-negative least squares solutions must be performedon-line, i.e., when the displacement vector D in the inverse elastic problem is known.
Although the BLOCK3 algorithm is proved to converge in a finite number of iterations, the complexity of the involved operations (and therefore, the problem of putting real-time constraints on them) may prove a limitation in the case where hard real-time constraints are required.

5. Validation

5.1. Implementation Details

The approach presented in this paper has been developed as an open source software. A video showing online contact shape reconstruction is available as Supplementary Material to this paper and it is available at this link https://www.mdpi.com/1424-8220/19/4/814/s1. The current implementation is based on C++ and is built on top of the Skinware framework [6,42,43]. In particular, we highlight the following features:
  • both Boussinesq–Cerruti’s and Love’s formulations have been implemented;
  • the algorithms for tractions reconstruction and surface deflections have been designed considering a clear division of the offline and online parts;
  • the implemented algorithms allow for the reconstruction of forces using displacements, pressures using displacements, displacements using forces, and displacements using pressures;
  • for the inverse problem, variants of the algorithms exist, which enforce the non-negativity constraints on tractions.
As it can be observed from the derivation of the influence coefficients (both for Boussinesq–Cerruti’s and Love’s approaches) above, the elements of C depend only on the geometry of the problem. This fact can be exploited to divide the solution of the reconstruction problem into an offline and online part, which is fundamental for practical reasons from a computational standpoint. When the straight least-squares solution via the pseudo-inverse is used, both the original C matrix and its pseudo-inverse C + can be computed before tactile data processing starts. Otherwise, only the C matrix can be computed in advance.
This observation can be used to greatly improve the overall performance, since the only step to perform online would become a matrix-vector multiplication, which is a relatively lightweight operation. In order to compare the time complexity of both the Boussinesq–Cerruti’s and Love’s solutions and to assess the gain obtained by offline computation, the C matrix has been computed for different grid sizes. Figure 7 shows computing times for an increasing number of grid cells. Influence coefficients have been computed for two identical instances of regular square grids. Only normal displacements and tractions have been considered. Therefore, the size of the C matrix is n × n , where n is the number of grid cells.
As expected, Figure 7 shows a quadratic time complexity for increasing grid sizes. However, there is a large discrepancy in the growth rate for the Boussinesq–Cerruti’s and Love’s models. Qualitatively, the time required to compute influence coefficients by the Love’s model is tenfold the time for the Boussinesq–Cerruti’s model in an equivalent grid. This is possibly due to the high complexity of the formulas for computing Love’s influence coefficients (Equation (25)) compared to the Boussinesq–Cerruti’s solution (Equation (6)). With such an increase in the computation time, the capability of performing the majority of calculations offline becomes crucial.
Two remarks should be made. On the one hand, it is noteworthy that in case non-negativeness constraints for the reconstruction of tractions are considered, only the C matrix can be pre-computed, whereas its pseudo-inverse cannot. On the other hand, this division allows a number of computations to be performed off-line, which is a great benefit if the tractions reconstruction were to be performed in real-time. The software architecture could then enable solving the elastic problem with an adapting resampling resolution, querying external, off-site computation nodes for the required matrices. This means that resource intensive computations could be moved to a dedicated unit, possibly endowed with dedicated hardware for maximum efficiency, e.g., a GPU, whereas the use of such hardware would be otherwise prohibitive on board the robot, e.g., for reasons of power efficiency or space occupation.

5.2. Experimental Setup

Experimental data used to validate the presented models are taken from the dataset used in Ref. [11]. Data have been recorded using six triangular ROBOSKIN modules combined together to form a hexagonal patch, shown in Figure 8 on the right hand side. A three-way Cartesian robot positioner from Thorlabs Inc. allows the patch to horizontally translate along the x and y axes, and to rotate it along the vertical axis. A force of up to 3 N can be applied using a linear actuator mounted along the vertical axis. The tip of the linear actuator, which is provided with a load cell to measure the peak force on the area below, can be mechanically coupled with indenters of various shapes. The experimental setup is shown in Figure 9.
Four parameters have been varied during the experimental campaign, namely the location of the pressure exerted by the rigid indenter (i.e., over a given taxel, Figure 10a, between two taxels, Figure 10b, and between three taxels, Figure 10c), the indenter’s shape (i.e., a 12 mm diameter half-sphere, a 6 mm diameter half-sphere, a 12 mm diameter cylinder, a 3 mm diameter cylinder), the value of the exerted pressure (i.e., 0.2 N, 0.5 N, 1 N, 1.8 N, 2.5 N, and 3 N), and the duration of the contact phase (from 3 sec to 7 sec). Each trial involving any combinations of these parameters has been repeated 50 times for statistical significance.

5.3. Performance of Love’s Solution Compared to Boussinesq–Cerruti’s Solution

In all the experiments, Boussinesq–Cerruti’s models have been computed using an approximation for the function Ψ by a constant number, i.e., Ψ = 0.25 , as suggested in Ref. [11]. As a reference for further considerations, let us consider the experiment in which the robot skin patch is indented using a large sphere with a force of 1.8 N, which corresponds to Figure 11a. The resolution of the grid over which the deflections are measured is about 2 mm, see Figure 11c.
A qualitative comparison of results obtained for the inverse elastic problem using the Boussinesq–Cerruti’s and Love’s models is shown in Figure 12. The reconstruction grid is squared, i.e., the number of tractions to reconstruct is equal to the number of available measurement data points. The two results are surprisingly similar, if we ignore the scale, and only minor differences can be noticed. This is most probably due to the fine discretisation of the grid. Each pressure acts on a 2 × 2 mm 2 size cell, which is an oversampling with respect to the actual ROBOSKIN spatial density (i.e., 2 taxels per cm2).
To compare the reconstruction quality for the two solutions, surface deflections have been reconstructed:
  • determining the tractions by solving a square inverse elastic problem in which the grids have the exact same geometry and are placed one over another;
  • reconstructing surface deflections for varying resolutions of the reconstructed displacements grid, namely (i) a grid with cells shaped as squares with a side length equal to 0.5 mm, (ii) a grid being an exact copy of the input sensor data grid, and (iii) a grid with square shaped cells with side length equal to 3 mm.
Results are shown in Figure 11 for the Boussinesq–Cerruti’s solution and in Figure 13 for the Love’s solution.
Several comments can be made. The first comment is that both in the Boussinesq–Cerruti’s and Love’s cases, reconstructing surface deflections with respect to a grid that is an exact copy of the sensory input grid, results in surface deflections which are exactly equal to the sensor input. Obviously enough, this is to be expected. In both cases, the influence coefficient matrix for the inverse problem C I is square. Moreover, the coefficient matrix describing the forward problem C F is square as well, and most importantly those two matrices are equal. Therefore, in this particular case, reconstructing effective surface displacements D corresponds to:
D = C F × Q = C F C I 1 × S = I × S
This effect is evident when one compares Figure 11a,c, and Figure 13a,c, for Boussinesq–Cerruti’s and Love’s solutions, respectively.
Then, it must be remarked that Boussinesq–Cerruti’s solutions perform poorly in reconstructing surface displacements for grids characterised by a resolution different from the input’s, as shown in Figure 11b,d. On the one hand, it is apparent that Boussinesq–Cerruti’s solutions perform well for problems in which the influence coefficient matrix is square, but once this property is lost, undesired artefacts appear. Therefore, we conclude that Boussinesq–Cerruti’s solutions are not suitable for a stable resampling in the displacements field. On the other hand, if we consider the performance and stability of Love’s solutions in reconstructing surface displacements for grids with a different resolution than the input, i.e., resampling the displacements field, shown in Figure 13b,d, one immediately notes the consistency of the reconstruction. For an increased resolution of the reconstruction, as shown in Figure 13b, Love’s solutions yield a smooth interpolation of sensor data, which is close to what one would expect to happen in actual robot skin. If the Love’s solution is used for downsampling the surface deflection field, as shown in Figure 13d, the result is a deflection field which is still representative of the contact event. It is noteworthy that the difference between the height of the main peak in the input and those of down-sampled cases is of the order of one twentieth of a millimetre.
The difference between the two models is even more apparent if a downsampling of the tractions field is considered, as shown in Figure 14. In the Boussinesq–Cerruti’s case, if the tractions are reconstructed on a regular grid with 3 mm grid size square cells, as shown in Figure 14a, the result is hard to interpret at best. In addition, the reconstructed surface deflections, as shown in Figure 14c, do not resemble in any way the raw input sensor data shown in Figure 11a. On the contrary, Love’s solution performs better in both tractions reconstruction and surface deflections, as exemplified in Figure 14b,d. In particular, the similarity between Figure 14d and Figure 11d must be noted. The latter Figure corresponds to reconstructing the displacements field at 3 mm, without downsampling. It shows that about the same amount of information or precision is lost regardless whether the tractions grid or the reconstructed surface deflections grid is down-sampled. This argument is backed by the dissimilarity of Figure 11c and Figure 14d, which carry a different amount of information regardless of the fact that the reconstructed displacement grids are (approximately) of the same resolution.
On the one hand, the above observations can be exploited when using the algorithms for an actual reconstruction to cut down the overall computational cost. If the aim is to down-sample the reconstructed displacements field, instead of solving an exact inverse elastic problem and then a smaller forward elastic problem, one can solve both problems at a smaller scale, since about the same amount of information is preserved, and therefore, saving precious computational time. On the other hand, increasing the actual resolution of the reconstructed tactile image by resampling the tractions field has not been explored in this work. It is noteworthy that there exists an infinity of solutions and not well-informed principles have been identified to single one out.
As shown in Section 4.2, while solving an inverse elastic problem, one may restrict the set of traction components to be non-negative, by using one of the non-negative least squares algorithms available in the literature. Figure 15 shows examples of such results. Specifically, it is noteworthy that the solutions obtained by imposing the non-negativity constraint are not very dissimilar to free solutions, for example those shown in Figure 12a,b. Furthermore, the reconstructed surface deflections resemble sensor measurements from Figure 11a with a high degree of fidelity. The already high fidelity degree of free Love’s solutions, as exemplified in Figure 13, arises a question of usefulness of non-negativity constraints in the first place. The constraint does improve the solution by eliminating pathological components. However, it makes meeting hard real-time requirements harder, due to the complexity of the involved algorithms, which can be only run online. Furthermore, the online phase, which solves a system of linear equations with non-negativity constraints, is expected to be slower than in the case of a free solution, which involves merely a single matrix-vector multiplication operation.
As shown in Section 3.1, the Ψ function in the approximate Boussinesq–Cerruti’s solution can be approximated by a fixed number, i.e., Ψ ( x ) 0.25 . The authors of Ref. [11] have explicitly set Ψ to this fixed value. To explore the impact of this choice, traction reconstruction with the exact calculation of the Ψ function has been performed, using both the free and the non-negativity-constrained solutions. The result is shown in Figure 16. The free solution, shown in Figure 16a, still shows a peak in the contact location, but nevertheless contains a very large amount of noise, the interpretation of which is difficult. Obviously enough, for the reasons backed by Equation (40), the reconstruction of surface displacements corresponds exactly to input data. The non-negativity-constrained solution presents an interesting filtering behaviour. Forces are purported to be exhibited only in the location of highest surface deflections. The surface deflection reconstruction is not characterised by the fidelity with respect to input data as the Love’s solution. However, it is possible that such reconstruction ( Ψ computed using the exact formula along with non-negativity constraints) effectively filters noise from the solution with respect to input data. Possibly, the areas with the largest discrepancies between said reconstruction and input data are those where the strongest noise is prevalent. Nevertheless, without a detailed analysis of noise sources and their nature, this statement cannot be defended trivially.

6. Discussions

In this section limitations and generalization aspects of the proposed software architecture are discussed.

6.1. Generalization with Respect to Other Tactile Sensors

The presented software architecture follows the model-driven approach and it receives as input a deformation (in mm) computed using the transducer model. In this work we used, as transducer, the ROBOSKIN sensor that is based on capacitive transduction as highlighted in Section 2. The capacitive sensor provide a variation in capacitance which is proportional to the strain of the dielectric layer and therefore, we used the constitutive equation of a capacitor to get strain information from the output of the sensor. In this respect the proposed software architecture can be used with any transducer that could provide deformation information for example [44] and [45].

6.2. 3D Surfaces

The proposed architecture considers the sensor integrated on a flat surface, this is of course a limitation since in large-scale robotic skin all the taxels can be located on the robot body so the shape of the actual sensing surface can be in 3D space. This work has been limited to 2D surface since a planar force distribution can be easily generated as a ground truth in order to benchmark the proposed computational models; furthermore, with respect to the assessment real-time reconstruction capabilities of the proposed software architecture, the performance could be considered a benchmark also for non/planar geometries.

6.3. Shear Forces

In all the presented experiments the forces have been applied normal to the sensor surface and no other force directions have been taken in account. In this respect it is important to point out that the Bousinnesq and Love’s approaches take in account the tangential components of the forces, but ROBOSKIN technology, based on capacitive transduction provides information related only to strain along the normal direction therefore, the model doesn’t use that information for the reconstruction of the forces. If other transducers, able to provide this missing information, are used the software architecture can provide reconstruction of shear stress.

7. Conclusions

This paper introduces an approach to extract information about contact events based on large-scale tactile sensors. The approach is based on a closed-form algorithm for the reconstruction of the contact shape, which is backed by a physical model of a large-scale, capacitance-based robot skin technology we have developed in the past few years, namely ROBOSKIN. The classical solution that can be obtained by adopting the Boussinesq–Cerruti’s model is compared (both from a qualitative and a computational perspective) to the Love’s approach for solving a distributed inverse contact problem, which has been adapted to our case. The paper elaborates on two aspects: the first is a proposal for a general-purpose algorithm for the reconstruction of deformation and force distributions in case of capacitance-based robot skins; the second is related to the characterisation of its real-time performance, which can be tuned according to available computational resources. Experiments on robot skin patches have been performed to provide a quantitative analysis of results.

Supplementary Materials

The following are available online at https://www.mdpi.com/1424-8220/19/4/814/s1.

Author Contributions

Conceptualization, F.M. and G.C.; methodology, F.M. and P.M.; software, W.W. and A.A.; validation, A.A. and P.M.; writing–original draft preparation, P.M.; writing–review and editing, F.M.; supervision, P.M. and F.M. and G.C.; funding acquisition, G.C.’

Funding

The research leading to these results has received funding from the European Community’s Seventh Framework Programme (FP7/2007-2013) under Grant 231500 (project ROBOSKIN) and Grant 288553 (project CloPeMa).

Conflicts of Interest

“The authors declare no conflict of interest.”“The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results”.

References

  1. Dahiya, R.; Metta, G.; Valle, M.; Sandini, G. Tactile sensing—From humans to humanoids. IEEE Trans. Robot. 2010, 26, 1–20. [Google Scholar] [CrossRef]
  2. Luo, S.; Bimbo, J.; Dahiya, R.; Liu, H. Robotic tactile perception of object properties: A review. Mechatronics 2017, 48, 54–67. [Google Scholar] [CrossRef] [Green Version]
  3. Kappassov, Z.; Corrales, J.A.; Perdereau, V. Tactile sensing in dexterous robot hands. Robot. Auton. Syst. 2015, 74, 195–220. [Google Scholar] [CrossRef]
  4. Schmitz, A.; Maiolino, P.; Maggiali, M.; Natale, L.; Cannata, G.; Metta, G. Methods and technologies for the implementation of large-scale robot tactile sensors. IEEE Trans. Robot. 2011, 27, 389–400. [Google Scholar] [CrossRef]
  5. Denei, S.; Mastrogiovanni, F.; Cannata, G. Towards the creation of tactile maps for robots and their use in robot contact motion control. Robot. Auton. Syst. 2015, 63, 293–308. [Google Scholar] [CrossRef]
  6. Youssefi, S.; Denei, S.; Mastrogiovanni, F.; Cannata, G. A real-time data acquisition and processing framework for large-scale robot skin. Robot. Auton. Syst. 2015, 68, 86–103. [Google Scholar] [CrossRef]
  7. Seminara, L.; Capurro, M.; Valle, M. Tactile data processing method for the reconstruction of contact force distributions. Mechatronics 2015, 27, 28–37. [Google Scholar] [CrossRef]
  8. Philips, J.R.; Johnson, K.O. Tactile spatial resolution III: A continuum mechanics model of skin predicting mechanoreceptor responses to bars, edges and gratings. J. Neurophysiol. 1981, 46, 1192–1203. [Google Scholar] [CrossRef]
  9. Fearing, R.S.; Hollerbach, J.M. Basic solids mechanics for tactile sensing. Int. J. Robot. Res. 1985, 4, 40–54. [Google Scholar] [CrossRef]
  10. Howe, R.D.; Cutkosky, M.R. Dynamic tactile sensing: Perception of fine surface features with stress rate sensing. IEEE Trans. Robot. Autom. 1993, 9, 140–151. [Google Scholar] [CrossRef]
  11. Muscari, L.; Seminara, L.; Mastrogiovanni, F.; Valle, M.; Capurro, M.; Cannata, G. Real-time reconstruction of contact shapes for large area robot skin. In Proceedings of the 2013 IEEE International Conference on Robotics and Automation (ICRA 2013), Karlsruhe, Germany, 6–10 May 2013. [Google Scholar]
  12. Kim, S.H.; Engel, J.; Liu, C.; Jones, D.L. Texture classification using a polymer-based MEMS tactile sensor. J. Micromech. Microeng. 2005, 15, 912–920. [Google Scholar] [CrossRef]
  13. Goger, D.; Gorges, N.; Worn, H. Tactile sensing for an anthropomorphic robotic hand: Hardware and signal processing. In Proceedings of the 2009 IEEE International Conference on Robotics and Automation (ICRA 2009), Kobe, Japan, 12–17 May 2009. [Google Scholar]
  14. Tawil, D.; Rye, D.; Velonaki, M. Improved image reconstruction for an EIT-based sensitive skin with multiple internal electrodes. IEEE Trans. Robot. 2011, 27, 425–435. [Google Scholar] [CrossRef]
  15. Drimus, A.; Kootstra, G.; Bilberg, A.; Kragic, D. Classification of rigid and deformable objects using a novel tactile sensor. In Proceedings of the 2011 IEEE International Conference on Advanced Robotics (ICAR 2011), Tallinn, Estonia, 20–23 June 2011. [Google Scholar]
  16. Decherchi, S.P.; Dahiya, R.S.; Valle, M.; Zunino, R. Tactile-data classification of contact materials using computational intelligence. IEEE Trans. Robot. 2011, 27, 635–639. [Google Scholar] [CrossRef]
  17. Liu, H.; Song, X.; Nanayakkara, T.; Seneviratne, L.; Althoefer, K. A computationally fast algorithm for local contact shape and pose classification using a tactile array sensor. In Proceedings of the 2012 IEEE International Conference on Robotics and Automation (ICRA 2012), Saint Paul, MN, USA, 14–18 May 2012. [Google Scholar]
  18. Bhattacharjee, T.; Rehg, J.; Kemp, C. Haptic classification and recognition of objects using a tactile sensing forearm. In Proceedings of the 2012 IEEE-RSJ International Conference on Intelligent Robots and Systems (IROS 2012), Vilamoura, Portugal, 7–12 October 2012. [Google Scholar]
  19. Ho, V.; Hirai, S.; Noda, A.; Nagatani, T. What can be inferred from a tactile arrayed sensor in autonomous in-hand manipulation? In Proceedings of the 2011 IEEE International Conference on Automation Science and Engineering (CASE 2012), Seoul, Korea, 20–24 August 2012. [Google Scholar]
  20. Xu, D.; Loeb, G.E.; Fishel, J.A. Tactile identification of objects using Bayesian exploration. In Proceedings of the 2013 IEEE International Conference on Robotics and Automation (ICRA 2013), Karlsruhe, Germany, 6–10 May 2013. [Google Scholar]
  21. Svec, O.J.; Gladwell, G.N.L. An explicit Bousinnesq solution for a polynomial distribution of pressure over a triangular region. J. Elast. 1971, 1, 167–170. [Google Scholar] [CrossRef]
  22. Li, J.; Berger, E.J. A Boussinesq-Cerruti solution set for constant and linear distribution of normal and tangential load over a triangular area. J. Elast. Phys. Sci. Solids 2001, 63, 137–151. [Google Scholar]
  23. Love, A.E.H. A Treatise on the Mathematical Theory of Elasticity; Cambridge University Press: Cambridge, MA, USA, 1927. [Google Scholar]
  24. Love, A.E.H. The stress produced in a semi-infinite solid by pressure on part of the boundary. Philos. Trans. R. Soc. A 1929, 228, 377–420. [Google Scholar] [CrossRef]
  25. Becker, J.M.; Bevis, M. Love’s problem. Geophys. J. Int. 2004, 156, 171–178. [Google Scholar] [CrossRef]
  26. Contact Modelling Open Source Software. Available online: http://git.io/contact-modelling (accessed on 14 February 2019).
  27. Billard, A.; Bonfiglio, A.; Cannata, G.; Cosseddu, P.; Dahl, T.; Dautenhahn, K.; Mastrogiovanni, F.; Metta, G.; Natale, L.; Robins, B.; et al. The ROBOSKIN project: Challenges and results. In Romansy 19—Robot Design, Dynamics and Control; Padois, V., Bidaud, P., Khatib, O., Eds.; Springer: Heidelberg, Germany, 2013; Volume 544, pp. 351–358. [Google Scholar]
  28. Maiolino, P.; Galantini, F.; Mastrogiovanni, F.; Gallone, G.; Cannata, G.; Carpi, F. Soft dielectrics for capacitive sensing in robot skins: Performance of different elastomer types. Sens. Actuators A Phys. 2015, 226, 37–47. [Google Scholar] [CrossRef]
  29. Johnson, K.L. Contact Mechanics; Cambridge University Press: Cambridge, MA, USA, 1987. [Google Scholar]
  30. Slaughter, W.S. The Linearised Theory of Elasticity; Springer: Berlin/Heidelberg, Germany, 2002. [Google Scholar]
  31. Li, S.; Wu, W.; Darve, E. A fast algorithm for sparse matrix computations related to inversion. J. Comput. Phys. 2013, 242, 915–945. [Google Scholar] [CrossRef]
  32. Anghinolfi, D.; Cannata, G.; Mastrogiovanni, F.; Nattero, C.; Paolucci, M. On the problem of the automated design of large-scale robot skin. IEEE Trans. Autom. Sci. Eng. 2013, 10, 1087–1100. [Google Scholar] [CrossRef]
  33. Cannata, G.; Denei, S.; Mastrogiovanni, F. Tactile sensing: Steps to artificial somatosensory maps. In Proceedings of the 2010 IEEE International Symposium on Robot and Human Interactive Communication (RO-MAN 2010), Viareggio, Italy, 12–15 September 2010. [Google Scholar]
  34. Smooth-on Website. Available online: https://www.smooth-on.com/ (accessed on 12 February 2014).
  35. Murray, R.M.; Li, Z.; Sastry, S.S. A Mathematical Introduction to Robotic Manipulation; CRC Press: Boca Raton, FL, USA, 1994. [Google Scholar]
  36. Fourier, J.B.J. Solution d’une question particuliere du calcul des inegalites. Nouveau Bulletin des Sciences par la Société Philomatique de Paris 1826, 99–100. [Google Scholar]
  37. Monniaux, D. Quantifier elimination by lazy model enumeration. In Proceedings of the 2010 International Conference on Computer Aided Verification (CAV 2010), Edinburgh, UK, 15–19 July 2010. [Google Scholar]
  38. Chen, D.; Plemmons, R. Nonnegativity constraints in numerical analysis. In Symposium on the Birth of Numerical Analysis; World Scientific: Singapore, 2007; pp. 109–139. [Google Scholar]
  39. Lawson, C.L.; Hanson, R.J. Solving Least Squares Problems; Prentice-Hall: Englewood Cliffs, NJ, USA, 1974. [Google Scholar]
  40. Adlers, M. Sparse Least Squares Problems with Box Constraints. Ph.D. Thesis, Division of Numerical Analysis, Department of Mathematics, Linköping Universitet, Linköping, Sweden, 1998. [Google Scholar]
  41. Cantarella, J.; Piatek, M. TSNNLS: A solver for large sparse least squares problems with non-negative variables. arXiv, 2004; arXiv:cs/0408029. [Google Scholar]
  42. Youssefi, S.; Denei, S.; Mastrogiovanni, F.; Cannata, G. A middleware for whole body skin-like tactile systems. In Proceedings of the 2011 IEEE-RAS International Conference on Humanoid Robots (HUMANOIDS 2011), Bled, Slovenia, 26–28 October 2011. [Google Scholar]
  43. Youssefi, S.; Denei, S.; Mastrogiovanni, F.; Cannata, G. Skinware 2.0: A real-time middleware for robot skin. SoftwareX 2015, 3, 6–12. [Google Scholar] [CrossRef] [Green Version]
  44. Núñez, C.G.; Navaraj, W.T.; Polat, E.O.; Dahiya, R. Energy-Autonomous, Flexible, and Transparent Tactile Skin. Adv. Funct. Mater. 2017, 27, 1606287. [Google Scholar] [CrossRef] [Green Version]
  45. Luo, S.; Mou, W.; Althoefer, K.; Liu, H. iCLAP: Shape recognition by combining proprioception and touch sensing. In Autonomous Robots; Springer: New York, NY, USA, 2018; pp. 1–12. [Google Scholar]
Figure 1. An ideal cross-section of ROBOSKIN in a contact event: The top layer is deformed by a pressure distribution, which is measured by taxels t i .
Figure 1. An ideal cross-section of ROBOSKIN in a contact event: The top layer is deformed by a pressure distribution, which is measured by taxels t i .
Sensors 19 00814 g001
Figure 2. Singularity of the Boussinesq–Cerruti solution. The solution is presented along the x axis with y = z = 0 , for a force F z = 1 N, elastic modulus E = 2.1 × 10 5 Pa, robot skin thickness h n = 2 mm, and size of the grid cell d x = d y = 0.2 mm. It is noteworthy that the theoretical displacement at x = y = z = 0 is infinite.
Figure 2. Singularity of the Boussinesq–Cerruti solution. The solution is presented along the x axis with y = z = 0 , for a force F z = 1 N, elastic modulus E = 2.1 × 10 5 Pa, robot skin thickness h n = 2 mm, and size of the grid cell d x = d y = 0.2 mm. It is noteworthy that the theoretical displacement at x = y = z = 0 is infinite.
Sensors 19 00814 g002
Figure 3. Continuous solution for the Boussinesq–Cerruti singularity issue.
Figure 3. Continuous solution for the Boussinesq–Cerruti singularity issue.
Sensors 19 00814 g003
Figure 4. Love’s solution assumes rectangular pressure cells at the surface of an elastic half-space.
Figure 4. Love’s solution assumes rectangular pressure cells at the surface of an elastic half-space.
Sensors 19 00814 g004
Figure 5. Love’s solution for a uniform pressure p = 1 × 10 5 Pa over a cell of 10 × 4 mm size, with E = 2.1 × 10 5 Pa, h n = 2 mm, shown along y = 0 (top), and the corresponding 3 D view of the Love’s solution (bottom).
Figure 5. Love’s solution for a uniform pressure p = 1 × 10 5 Pa over a cell of 10 × 4 mm size, with E = 2.1 × 10 5 Pa, h n = 2 mm, shown along y = 0 (top), and the corresponding 3 D view of the Love’s solution (bottom).
Sensors 19 00814 g005
Figure 6. Comparison between Boussinesq–Cerruti’s solution with exact computation of χ ( x ) in red and Ψ ( x ) = 0.25 in green, and Love’s solution in blue for the same contact situation, with a pressure load p = 1 × 10 5 Pa over a cell of 2 a = 1 × 2 b = 0.4 mm, force load F z = p × 2 a × 2 b = 0.04 N, shown along y = 0 .
Figure 6. Comparison between Boussinesq–Cerruti’s solution with exact computation of χ ( x ) in red and Ψ ( x ) = 0.25 in green, and Love’s solution in blue for the same contact situation, with a pressure load p = 1 × 10 5 Pa over a cell of 2 a = 1 × 2 b = 0.4 mm, force load F z = p × 2 a × 2 b = 0.04 N, shown along y = 0 .
Sensors 19 00814 g006
Figure 7. Time taken to compute the influence coefficients matrix for different elastic models. Note the quadratic complexity with increasing grid size.
Figure 7. Time taken to compute the influence coefficients matrix for different elastic models. Note the quadratic complexity with increasing grid size.
Sensors 19 00814 g007
Figure 8. Six triangular modules (left) build up an hexagonal patch (right).
Figure 8. Six triangular modules (left) build up an hexagonal patch (right).
Sensors 19 00814 g008
Figure 9. The Setup used for performing the experiments.
Figure 9. The Setup used for performing the experiments.
Sensors 19 00814 g009
Figure 10. Load conditions in different trials: (a) indenter positioned over one taxel, between two taxels (b) and between three taxels (c).
Figure 10. Load conditions in different trials: (a) indenter positioned over one taxel, between two taxels (b) and between three taxels (c).
Sensors 19 00814 g010
Figure 11. Reconstruction of surface deflections according to Boussinesq–Cerruti’s solution with a varying resolution of the reconstruction grid.
Figure 11. Reconstruction of surface deflections according to Boussinesq–Cerruti’s solution with a varying resolution of the reconstruction grid.
Sensors 19 00814 g011
Figure 12. Solutions to a square inverse elastic problem, as given by Boussinesq–Cerruti’s and Love’s models.
Figure 12. Solutions to a square inverse elastic problem, as given by Boussinesq–Cerruti’s and Love’s models.
Sensors 19 00814 g012
Figure 13. Reconstruction of surface deflections according to Love’s solution with a varying resolution of the reconstruction grid.
Figure 13. Reconstruction of surface deflections according to Love’s solution with a varying resolution of the reconstruction grid.
Sensors 19 00814 g013
Figure 14. Downsampling of the tractions grid and its influence on the reconstruction. In both cases, tractions are reconstructed on a regular square grid with 3 mm cell resolution. The forward elastic problem is computed for displacements reconstruction on a regular square 2 mm size grid.
Figure 14. Downsampling of the tractions grid and its influence on the reconstruction. In both cases, tractions are reconstructed on a regular square grid with 3 mm cell resolution. The forward elastic problem is computed for displacements reconstruction on a regular square 2 mm size grid.
Sensors 19 00814 g014
Figure 15. Influence of non-negativity constraints on traction and deflection reconstructions for Boussinesq–Cerruti’s and Love’s models.
Figure 15. Influence of non-negativity constraints on traction and deflection reconstructions for Boussinesq–Cerruti’s and Love’s models.
Sensors 19 00814 g015
Figure 16. Results in computing the Boussinesq–Cerruti’s solution with the exact formulation for the Ψ function.
Figure 16. Results in computing the Boussinesq–Cerruti’s solution with the exact formulation for the Ψ function.
Sensors 19 00814 g016
Table 1. Classification of selected contact modelling approaches.
Table 1. Classification of selected contact modelling approaches.
Referenced-dm-b R 1 R 2 R 3 O
Kim et al. [12] c 2
Goger et al. [13] n d c
Tawil et al. [14] d 2
Drimus et al. [15] n d c
Decherchi et al. [16] n f
Liu et al. [17] n
Bhattacharjee et al. [18] n d c
Ho et al. [19] d 2 + d 2 l o g ( d )
Xu et al. [20] d 2
Muscari et al. [11] d 2
Seminara et al. [7] d 2

Share and Cite

MDPI and ACS Style

Wasko, W.; Albini, A.; Maiolino, P.; Mastrogiovanni, F.; Cannata, G. Contact Modelling and Tactile Data Processing for Robot Skins. Sensors 2019, 19, 814. https://doi.org/10.3390/s19040814

AMA Style

Wasko W, Albini A, Maiolino P, Mastrogiovanni F, Cannata G. Contact Modelling and Tactile Data Processing for Robot Skins. Sensors. 2019; 19(4):814. https://doi.org/10.3390/s19040814

Chicago/Turabian Style

Wasko, Wojciech, Alessandro Albini, Perla Maiolino, Fulvio Mastrogiovanni, and Giorgio Cannata. 2019. "Contact Modelling and Tactile Data Processing for Robot Skins" Sensors 19, no. 4: 814. https://doi.org/10.3390/s19040814

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop