Soft Robotics: The Ultimate Guide
How soft robots work: fluidic elastomer and McKibben actuators, silicone fabrication, the fluidic control bottleneck, and where softness beats stiffness.
For a hundred years, robotics has worshipped one number: stiffness. The entire industrial robot industry is a monument to the assumption that a machine tool is the right template for a machine: links that don't bend, joints that don't backlash, a controller that knows the pose of every link to arc-seconds. It works beautifully, and it works only inside a cage: structured world, no people, nothing fragile in reach. The moment you let a stiff robot touch a soft world, the physics turns against you. A 6 kg link swinging at 1 m/s carries 3 J of kinetic energy; deliver that into a fingertip over a 0.1 mm crush distance and you are transmitting kilonewtons. Stiffness is a wonderful servant and a lethal master.
Soft robotics inverts the whole premise. A soft robot gets its motion from continuous deformation of compliant material: silicone that inflates, an elastomer muscle that contracts, a flexure that buckles in a useful direction. Stiffness stops being the goal and becomes a design variable you dial down on purpose, sometimes by six orders of magnitude. The payoff is precisely the list of things rigid robots are worst at: touching a human safely, conforming to an object it has never seen, surviving an impact that would dent an aluminum link, closing around a ripe tomato without leaving a mark. The body becomes the controller: mechanics doing, for free and at the speed of light through the material, the work a rigid robot has to buy with sensors, torque loops, and software it has to certify.
The take: Soft robotics complements rigid robotics and always will; it wins decisively in a narrow but real set of jobs defined by contact, conformance, and fragility. The field's headline demos (octopus arms, growing vine robots, fully soft autonomous machines) oversell where it stands; the commercially deployed reality is much narrower and much more useful: soft and compliant grippers for food and fragile picks, and compliant actuators that make rigid robots safer. The hard, unglamorous bottleneck is the fluidic control hardware (valves, pumps, regulators) that keeps these machines tethered, slow, and bandwidth-limited. The soft body is the easy part: silicone is cheap and molding is simple. Whoever solves untethered, high-bandwidth fluidic control at low cost unlocks the field; until then, plan for a tether.
Companion reading: robot actuators, end effectors & grippers, robot sensors, humanoid robot hardware, and collaborative robots (cobots).
Table of contents
- Key takeaways
- What soft robotics actually is
- Why compliance matters
- Actuation methods
- Materials & fabrication
- The fluidic control hardware: the real bottleneck
- Sensing in soft bodies
- Modeling & control
- Soft & compliant grippers
- Continuum, growing & vine robots
- Applications that actually pay
- Honest limitations
- The hybrid rigid-soft future
- Frequently asked questions
What soft robotics actually is
Start with a definition that's actually useful on the bench. A soft robot is a machine whose primary functional components are made of materials with a modulus comparable to soft biological tissue (roughly 10⁴ to 10⁹ Pa, spanning silicone rubber up to soft plastics), as opposed to the 10⁹ to 10¹² Pa of metals and rigid engineering plastics. That's several orders of magnitude softer than a conventional robot link. This modulus-matching framing is the one Rus and Tolley set out in their 2015 Nature review ("Design, fabrication and control of soft robots"), and it is more than pedantry: matching the robot's modulus to the thing it touches (skin at ~10⁴ to 10⁵ Pa, muscle, produce flesh) is why the contact forces stay gentle, because at an interface the softer body dominates the series compliance. The consequence is that the body itself deforms to produce or accommodate motion, instead of staying rigid while pin joints do all the moving.
Compliance (the inverse of stiffness, measured in m/N or rad/N·m) can come from two places, and it's worth keeping them distinct because they fail and behave differently:
- Material compliance: the bulk material is soft. Pressurize a silicone chamber and it balloons; the deformation is the motion. Fluidic elastomer actuators live here.
- Structural compliance: the material can be stiff, but the geometry is arranged to flex in a useful direction. A fin-ray finger is made of fairly rigid polymer ribs, yet the structure as a whole conforms to a grasped object. Flexure hinges, compliant mechanisms, and notched continuum spines are structural.
Most real designs use both. A fin-ray gripper (structural) with a silicone overmold (material) is a common combination.
Continuum bodies and "infinite" DoF
A rigid arm has a finite, countable number of degrees of freedom: six joints, six DoF. A continuum body has a backbone that curves continuously, so in principle its shape needs an infinite number of parameters to describe: every point along the body can be somewhere slightly different.
Rule of thumb: A continuum or soft body has theoretically infinite DoF but is actuated by only a few inputs (pressures, tendon tensions). The gap between configuration-space dimension and actuation-space dimension is exactly why these robots are underactuated, compliant, and hard to control precisely.
In practice you discretize. A constant-curvature model treats a soft segment as a circular arc described by three numbers (curvature, bending plane angle, and length). Stack a few segments and you have a tractable model with maybe 6 to 12 parameters for the whole arm, close enough to control, far from the true infinite-dimensional reality. The error you accept in that approximation is the error you'll see at the tip.
The rigorous object underneath all of this is a Cosserat rod: a one-parameter family of rigid frames along the backbone arc length s, carrying a position g(s) ∈ SE(3) and a strain field (three curvatures/torsion, three shear/extension) at every point. That is a genuinely infinite-dimensional configuration described by a boundary-value problem, a world away from the tidy algebraic joint equations you get for a rigid arm. Constant curvature is the special case where you assume the strain field is piecewise uniform and shear/extension are zero, which collapses the PDE into the three-number arc. Everything you gain in tractability, you pay for in fidelity the instant gravity or a tip load makes the true strain field non-uniform.
What it is not
Soft robotics is not "robots with rubber covers." Bolting a foam bumper onto a rigid cobot makes it safer but doesn't make it soft in any functional sense: the motion still comes from rigid joints. It's also not the same as a series-elastic actuator, where a spring is placed in series with a stiff motor to add controlled compliance. SEA is a rigid-robot technique borrowed from the same intuition (see robot actuators); a genuinely soft robot's body deforms as part of its primary function.
Why compliance matters
Three properties fall out of softness more or less for free, and they map directly onto the jobs rigid robots are worst at.
1. Safe contact
The peak force in a collision is governed by how fast the contact stiffness builds energy. Model the impact as a moving effective mass m hitting a contact of stiffness k. Energy conservation gives the peak force directly:
½·m·v² = ½·k·x_max² (kinetic energy → stored contact energy)
→ x_max = v·sqrt(m/k)
→ F_peak = k·x_max = v·sqrt(k·m)
Read that last relation slowly, because it is the entire safety argument in one line: peak force scales with the square root of contact stiffness. Drop k by four orders of magnitude (steel-on-bone at ~10⁹ N/m down to silicone-on-skin at ~10⁵ N/m) and F_peak falls by a factor of 100 for the same impact velocity and mass. Equivalently, the collision duration t ≈ π·sqrt(m/k) stretches out, so the same momentum change m·Δv is delivered as a gentle, long push instead of a hammer blow. A rigid link crushes over ~0.1 mm; a soft body spreads it over many millimeters and over a large contact patch, so pressure (force per area) drops even further.
This "safer" is quantitative: it is the quantity the standards actually regulate. ISO/TS 15066 (the technical specification for collaborative robots, sitting under ISO 10218) publishes body-region-specific limits on both quasi-static clamping force and transient pressure that a robot may impose on a human. The collaborative robots world spends enormous engineering effort hitting those numbers on rigid arms through torque sensing, speed-and-separation monitoring, and power-and-force limiting. A soft body buys a large slice of the same budget for free, in the mechanics, with no sensor and no control loop in the path. That's the kind of safety engineers actually trust: passive, non-programmable, and impossible to defeat with a firmware bug.
2. Conformance
A rigid two-finger gripper has to know the object (its size, pose, and where to put the fingers) or it crushes, slips, or misses. A soft finger wraps. Pressurize a PneuNets finger against a bell pepper and it follows the pepper's contour, distributing contact over a large area at low pressure. You don't need a precise model of the object; the mechanics do the fitting.
Rule: Compliance trades positional knowledge for mechanical adaptation. The less you know about the object, the more a soft, conformant gripper outperforms a precise rigid one, and vice versa.
This is why soft grippers dominate food and produce, where every object is a slightly different shape and the cost of a perception-and-planning pipeline to handle that variation is absurd compared to a finger that just conforms.
3. Robustness
Drop a rigid manipulator and you bend a link or strip a gearbox. Drop a silicone arm and it bounces. Soft bodies tolerate overload, impact, and unstructured environments (squeezing through a gap, getting stepped on, hitting a wall at speed) because the material absorbs and redistributes the energy instead of concentrating it at a joint. For search-and-rescue, exploration, and any environment you can't structure in advance, that robustness is the whole point.
The cost of all three benefits is the same thing: you gave up stiffness, and with it force capacity, speed, and positional accuracy. Hold that thought: it's the through-line of the entire field.
Actuation methods
Actuation is where soft robotics gets real, because the body and the actuator are usually the same object. Here are the methods that matter, roughly in order of how much they're actually used. For the rigid-actuator counterparts, see robot actuators.
Pneumatic / fluidic elastomer actuators (PneuNets)
The workhorse of academic and demonstrator soft robotics. A PneuNet (pneumatic network) is a slab of silicone with a series of internal air chambers on one side and an inextensible (often paper- or fiber-reinforced) layer on the other. Inflate the chambers and they expand, but the strain-limiting layer can't stretch, so the whole structure curls toward the stiff side. Chain the chambers and you get a finger that wraps into a tight curl at modest pressure.
The Harvard group (George Whitesides, Rob Wood, and collaborators) productized this style into the canonical soft-robotics demos (the multigait quadruped, the soft tentacle gripper) and PneuNets remain the first thing most labs build. They run at low pressure (typically 10 to 50 kPa, i.e. 0.1 to 0.5 bar), bend a lot, and cost almost nothing in material.
The actuation physics is brutally simple. The force a pressurized chamber exerts on its end wall is:
F = P · A
where
F = force on the chamber wall [N]
P = gauge pressure [Pa = N/m²]
A = projected area of the wall [m²]
Example: a PneuNet chamber wall 20 mm × 15 mm = 300 mm² = 3.0e-4 m²
at P = 40 kPa = 40,000 Pa:
F = 40,000 × 3.0e-4 = 12 N
That F = P·A is the entire reason soft actuators are easy to size for force and hard to control for position. Force depends only on pressure and area; displacement depends on pressure, geometry, material modulus, and the load, all coupled and nonlinear.
War story: The failure mode that burns every first-time PneuNet builder is ballooning. You inflate the finger expecting a clean curl and instead one chamber balloons into a sphere and bursts, because a thin-walled elastomer under internal pressure is unstable. The hoop stress in a cylindrical chamber of radius r and wall thickness t is σ ≈ P·r/t, so as a spot thins it sees more stress, thins faster, and runs away, the same snap-through instability you feel blowing up a party balloon. The fixes are geometric and mandatory: keep walls thick where they must not expand, add fiber or fabric strain-limiting to constrain the hoop direction, and never let an unreinforced radius grow unchecked. Soft-robot design is, to a first approximation, the art of choosing which direction the material is allowed to expand.
McKibben muscles / pneumatic artificial muscles (PAM)
A McKibben muscle is an elastomer bladder inside a braided, helically-wound inextensible sleeve. Pressurize the bladder and it tries to expand radially; the braid converts that radial expansion into axial contraction. The muscle shortens and pulls, exactly like a biological muscle, which only pulls, never pushes.
This is the most mature soft-actuation technology by a wide margin, because Festo productized it as the Fluidic Muscle DMSP, available in nominal inner diameters of 10, 20, and 40 mm and lengths from ~40 mm up to several meters. Real numbers worth carrying around:
- Contraction: roughly up to 25% of nominal length (Festo DMSP rates ~25% max contraction).
- Force: a DMSP-20 (20 mm bore) delivers on the order of ~1,500 N initial pull at 6 bar; a DMSP-40 reaches roughly ~6,000 N. Force is highest at full length and falls to zero near full contraction.
- Pressure range: typically 0 to 6 bar (0 to 8 bar absolute max).
- Power-to-weight: excellent. A DMSP-10 weighs tens of grams and pulls hundreds of newtons.
McKibben muscles are antagonistic by nature: like biceps/triceps, you pair them across a joint to get bidirectional motion and to set joint stiffness by co-contraction. They're the backbone of compliant exosuits, the Festo BionicSoftArm-style pneumatic manipulators, and a lot of biomimetic legged-robot research.
The contraction-vs-force relationship is the key design curve:
Gaylord / Chou-Hannaford model for an ideal McKibben muscle
(frictionless, thin cylindrical bladder, inextensible braid):
F(P, ε) = (P · b²) / (4π·n²) · ( 3·(1 - ε)² · cos²θ0 - 1 )
where
P = gauge pressure
b = length of one braid thread n = number of braid turns
θ0 = initial braid angle from the muscle axis
ε = axial contraction (0 at full length, ε_max when force → 0)
Practical takeaway (what you actually use):
F_max ∝ P · D0² force scales with pressure and bore squared
F(ε) decreases monotonically as contraction ε rises toward ε_max (~0.25)
At ε = 0 (full length): force is maximum
At ε = ε_max: force ≈ 0, at the theoretical braid angle θ ≈ 54.7°
The braid geometry sets everything. Solve F = 0 in the ideal model and you land on the classic result that a McKibben muscle stops pulling when the braid reaches an angle of about 54.7°, the same "magic angle" that fixes the maximum contraction (a typical 20 to 30° initial weave gives an ideal max contraction of ~33 to 39% that real-muscle losses cut to the ~25% seen in practice). The real muscle deviates from this ideal because of bladder wall elasticity, braid-bladder friction (the source of the muscle's characteristic force hysteresis, often 10 to 30% between inflation and deflation), and end effects, which is why you calibrate the actual curve rather than trust the closed form. Gaylord patented the concept in 1958; Chou and Hannaford's 1996 IEEE Transactions on Robotics and Automation analysis is the reference derivation everyone still cites.
You size the bore for peak force, the length for stroke (stroke ≈ 0.25 × length), and you accept that the force you actually get drops as the muscle shortens through its stroke.
Tendon-driven (cable) soft actuators
Run a cable down a flexible backbone and pull it; the backbone bends toward the cable. This is how most continuum manipulators and a lot of robotic surgery tools work. Tendon drive keeps the heavy, dirty parts (motors) at the base, away from the soft tip, which is exactly what you want for a sterile surgical instrument or a long thin continuum arm.
Tendons give you cleaner force transmission than pneumatics (a cable tension is a cable tension), but routing friction, cable stretch, and backlash creep in as the body curves, and you need one motor per controlled DoF plus antagonists. They're rigid-actuator-driven soft structures, a useful hybrid.
Shape memory alloy (SMA): nitinol
Nitinol (nickel-titanium) contracts by a few percent when heated above its transition temperature, recovering a "remembered" shape; cool it and it relaxes. As an actuator it's silent, compact, and produces clean linear pull with no valves or compressors, attractive for small, untethered soft robots.
The catch is everything else. SMA is:
- Slow to reset: actuation is fast (resistive heating) but the return stroke waits for the wire to cool, so bandwidth is typically well under 1 Hz unless you actively cool it.
- Energy-inefficient: you're heating metal; efficiency is a few percent.
- Low-strain: usable recoverable strain is ~3 to 5%, so you need long wires or mechanical amplification for useful stroke.
- Fatigue-limited: cycle life drops sharply at high strain.
SMA earns its place in millimeter-scale robots, biomedical devices, and morphing structures where its silence and compactness outweigh its terrible bandwidth.
Dielectric elastomer actuators (DEA) / electroactive polymers (EAP)
A DEA is a thin elastomer film (often acrylic or silicone) coated on both faces with compliant electrodes, a soft capacitor. Apply a high voltage (several kV) and Maxwell stress squeezes the film thinner, so it expands in area. They're fast (hundreds of Hz possible), efficient, and produce large area strain (tens of percent), and they're nearly silent, the closest thing soft robotics has to an "artificial muscle" that's electric rather than fluidic.
The blockers are equally real: kilovolt drive electronics are bulky and a safety headache, dielectric breakdown limits reliability, and forces are low compared to pneumatics for a given footprint. EAP is the perennial "five years away" technology: genuinely promising for haptics, soft pumps, and small actuators, still mostly out of production hardware in 2026.
Hydraulic and electro-hydraulic
Swap air for an incompressible liquid and you get much stiffer, more controllable actuation at the cost of weight, leaks, and a more complex fluid circuit. The compressibility term in the fluidic capacitance C_f collapses, so the RC bandwidth argument above relaxes and closed-loop position control becomes far more tractable: an incompressible column transmits a pressure command almost instantly. Hydraulic soft actuators (e.g. HASEL actuators, hydraulically amplified self-healing electrostatic actuators, introduced by Acome, Keplinger, and colleagues in Science in 2018) combine an electrostatic drive with a liquid dielectric: a high field pulls electrode-covered regions together, displacing the liquid to inflate the rest of the pouch, which recovers muscle-like strain and speed with purely electric control and no valves. Promising in the lab; rare in the field, and still carrying the kilovolt-drive baggage of any electrostatic actuator.
Actuation method comparison
| Method | Typical strain / stroke | Force density | Speed / bandwidth | Tether / drive | Controllability | Where it's used |
|---|---|---|---|---|---|---|
| Fluidic elastomer (PneuNets) | Large (high curvature) | Low-medium | Low (fluid dynamics) | Air line + valves | Poor (open-loop pressure) | Soft grippers, demos, fingers |
| McKibben / PAM (Festo DMSP) | ~25% contraction | High | Medium | Air line + valves | Medium (antagonistic) | Exosuits, soft arms, legged research |
| Tendon-driven | Set by routing | Medium-high | Medium-high | Motors at base | Good (motor-controlled) | Continuum/surgical, vine robots |
| SMA (nitinol) | 3-5% | Medium | Very low (cooling) | Electric (heat) | Poor (hysteresis) | Micro/biomedical, morphing |
| DEA / EAP | Tens of % area | Low | High | kV electronics | Medium | Haptics, soft pumps, research |
| Hydraulic / HASEL | Medium | High | Medium-high | Pump or kV | Medium | Lab; emerging |
Engineering reality: If you're building a soft robot today and you don't have a specific reason not to, you're building pneumatic. Everything else is either a research bet (EAP, HASEL), a niche (SMA), or a rigid-actuator hybrid (tendon). Pneumatics are cheap, force-dense, inherently compliant, and well understood, at the cost of the tether.
Materials & fabrication
The soft body is, honestly, the easy part. Silicone is cheap, forgiving, and you can cast usable actuators on a kitchen table. The art is in choosing the right durometer and getting clean internal channels.
Silicone elastomers and durometer
Silicone is specified by Shore hardness (durometer): Shore 00 for the softest gels, Shore A for firmer rubbers, Shore D for hard plastics. The two brand families that own soft robotics are Smooth-On's Ecoflex (very soft, high-elongation) and Dragon Skin (tougher, higher tear strength).
| Material | Shore hardness | ~Elongation at break | Typical use in soft robotics |
|---|---|---|---|
| Ecoflex 00-10 | 00-10 (very soft) | ~800% | High-strain bending actuators, stretchable skins |
| Ecoflex 00-30 | 00-30 | ~900% | The default PneuNets actuator body |
| Ecoflex 00-50 | 00-50 | ~980% | Slightly firmer actuators, better shape hold |
| Dragon Skin 10 | 10A | ~1000% | Tougher actuators, gripper fingers |
| Dragon Skin 20/30 | 20A-30A | ~360-600% | Wear surfaces, structural skins, durable grippers |
| Sorta-Clear / Solaris | ~12A-40A | varies | Optically clear (for optical-waveguide sensing) |
| TPU (printed) | 60A-95A | 300-700% | 3D-printed bellows, fin-ray, semi-structural parts |
Durometer rule of thumb: Softer = more strain, more conformance, lower force, worse fatigue and tear strength. Firmer = more force and durability, less compliance. Most bending actuators land at Ecoflex 00-30/00-50 for the active body; grippers that touch the world get a Dragon Skin or TPU skin where wear happens.
Two things the durometer number quietly hides, and both bite in simulation. First, Shore hardness maps only loosely and nonlinearly to Young's modulus: an Ecoflex 00-30 sits around 60 to 70 kPa, a Dragon Skin 30A around 0.5 to 1 MPa, but published Shore-to-modulus conversions (e.g. the Gent correlation) scatter by tens of percent, so if your FEM needs the real number you measure it, you don't read it off a chart. Second, and more fundamentally: a silicone actuator routinely runs at 100 to 300% strain, where the material is nowhere near linear-elastic. A single Young's modulus is meaningless there. You need a hyperelastic constitutive model (Yeoh, Ogden, or Mooney-Rivlin) fitted to a uniaxial (and ideally biaxial) tension test of your actual batch, because the stress-strain curve stiffens as chains extend and align. Skip this and your simulated actuator will happily predict a curl your real one never makes.
A key trick is strain limiting: cast a stiff, inextensible layer (paper, fabric, fiber, or just thicker silicone) on one face so inflation produces bending rather than uniform ballooning. The asymmetry between the stretchy face and the strain-limited face is the actuator.
Molding vs. 3D printing
Molding is the default. You 3D-print or machine a multi-part mold, mix and degas the two-part silicone, pour, cure, and bond layers. It's cheap, reliable, and gives good material properties. The downsides: it's labor-intensive, multi-step, and complex internal channels mean complex multi-part molds and a lot of manual bonding (where leaks are born).
Where soft robots leak: almost always at a bond line between molded layers. Minimize bonded interfaces, design generous bond flanges, and pressure-test every chamber before integration.
Direct 3D printing of soft parts is maturing fast. You can print TPU bellows and fin-ray fingers on a standard FDM machine; you can print soft silicone-like resins on certain SLA/DLP and material-jetting machines. Printing wins when internal channel geometry is too complex to mold (you get the channels "for free") but printed elastomers generally have worse fatigue, lower elongation, and layer-adhesion weaknesses compared to cast silicone.
Lost-wax (investment) casting bridges the two: print or mold a wax core in the shape of the internal cavity, cast silicone around it, then melt the wax out. You get arbitrary single-piece internal channels with cast-silicone material properties and no bond lines. It's the go-to for complex monolithic actuators.
The fluidic control hardware: the real bottleneck
Here's the part the demo videos never show. The graceful silicone tentacle is connected, off-screen, to a workbench covered in solenoid valves, a regulator bank, a compressor or pump, pressure sensors, and a bundle of tubes. The soft robot is the small, cheap, elegant part; the fluidic control stack is the big, expensive, ugly part, and it's why these machines are tethered.
To control a single pneumatic DoF you need, at minimum:
- A pressure source: a compressor, a CO₂ cartridge, or a miniature pump. Compressors are heavy and noisy; cartridges run out; micro-pumps are weak.
- A regulator to set or limit pressure.
- Valves to route air: a solenoid valve to pressurize, another to exhaust (or a proportional valve to do both). Each chamber typically needs its own.
- A pressure sensor if you want any feedback at all.
- Tubing and fittings, which add dead volume and lag.
Multiply by the number of independently controlled chambers (a five-fingered soft hand might have 5 to 15) and the valve manifold dwarfs the hand it controls.
Why this caps performance
Fluidic systems are slow because air is compressible and channels have impedance. The clean way to see it is to treat the pneumatic line as an RC circuit: the analogy is exact. Flow plays the role of current, pressure the role of voltage. A tube of length ℓ and radius a presents a laminar (Hagen-Poiseuille) resistance R_f = 8·μ·ℓ / (π·a⁴), and the compressibility of the gas in a chamber of volume V presents a fluidic capacitance C_f ≈ V / (γ·P) for adiabatic filling. The chamber fills with a first-order time constant:
τ = R_f · C_f = [ 8·μ·ℓ / (π·a⁴) ] · [ V / (γ·P) ]
bandwidth f_-3dB ≈ 1 / (2π·τ)
Two brutal facts fall out. First, resistance scales as 1/a⁴: halve the tube bore and the fill time jumps sixteen-fold; the thin tubing that keeps a soft robot light is exactly what strangles its bandwidth. Second, capacitance scales with dead volume V, so every meter of tether tube and every oversized manifold port you add slows the actuator whether or not you use it. Plug in typical numbers (a 2 mm-bore, 1 m tube feeding a few-milliliter chamber) and the gas-compressibility term alone gives a τ on the order of a millisecond; but in a real molded actuator the dominant capacitance is the elastomer chamber's mechanical compliance (dV/dP), which dwarfs the gas term V/(γ·P) the formula uses and pushes the true time constant far higher, which is why realistic bandwidths are single-digit hertz for most molded actuators. You can't snap a soft pneumatic actuator the way you can step a servo. Fine for a gripper that opens and closes a few times a second; hopeless for dynamic, high-frequency motion. (Hydraulics dodge the compressibility term, an incompressible fluid makes C_f collapse, which is the real reason liquid-filled soft actuators are so much stiffer and more controllable, at the cost of weight and leaks.)
Rule: Pneumatic soft actuators are pressure sources. You command pressure; displacement is whatever the load lets you have. Want position control? You're adding a sensor and fighting compressibility, hysteresis, and lag.
Proportional valves and pressure-control loops improve things but cost money and add electronics. Binary (on/off) solenoid control is cheap and is what most production soft grippers use: pressurize to grip, exhaust to release, done.
The untethered problem
Cutting the tether means carrying the entire fluidic stack on board: pump, valves, power, and control. That's heavy and power-hungry, which fights the lightness that made the soft robot attractive. And the energy math is unforgiving. The pneumatic work to pressurize a chamber exceeds P·ΔV: for a gas it's the isothermal compression work W ≈ P₁·V·ln(P₂/P₁), and a micro-pump doing that work at a few percent efficiency, off a battery whose specific energy is a fixed ~0.2 to 0.7 MJ/kg, drains fast. Every actuation cycle vents that compressed air to atmosphere and throws the energy away; there is no regenerative braking on an exhaust valve. The field's untethered demos (combustion-powered jumpers, onboard-pump crawlers, and the fully soft "Octobot", Wehner et al., Nature 2016, which ran on catalytically decomposed hydrogen peroxide fuel routed through a microfluidic soft-logic circuit with no electronics at all) are genuine achievements precisely because untethering is so hard, and none of them are practical machines yet. In 2026, if you're deploying a soft robot, plan for a tether or accept a tiny duty cycle from a cartridge.
This is the single biggest reason soft robotics hasn't escaped the lab faster. The body scales beautifully; the plumbing doesn't.
Sensing in soft bodies
A rigid joint has an encoder and you know its angle to arc-seconds (see robot sensors and our encoders guide). A soft body has a continuously deforming shape and no obvious place to mount a rigid sensor. Proprioception (the robot knowing its own shape) is the hardest open problem in soft robotics, and it's why so many soft systems run blind.
The constraint is that any sensor embedded in a soft body must stretch with it without stiffening it or fatiguing. That rules out most conventional sensors and forces you into stretchable electronics.
Stretchable sensor technologies
- Resistive (piezoresistive): conductive composites (carbon-filled elastomer) or liquid-metal channels (eutectic gallium-indium, eGaIn) whose resistance changes as they stretch. For a liquid-metal channel the effect is almost pure geometry: stretch it by a factor λ and, at constant volume, length rises by λ while cross-section falls by 1/λ, so R = ρ·L/A scales as λ², a gauge factor near 2 that is beautifully repeatable because nothing is straining a solid lattice. Liquid-metal microchannels are the most-cited soft strain gauge for exactly this reason: they stretch with the body and don't fatigue like a solid trace. Carbon-composite versions get much higher gauge factors from percolation effects but pay for it in drift and hysteresis, the recurring headaches of the whole resistive family.
- Capacitive: a stretchable dielectric between compliant electrodes; capacitance changes with strain or with applied pressure. Capacitive sensors are more linear and less drifty than resistive, and dominate soft tactile sensing. They're sensitive to the electronics and to electromagnetic noise.
- Optical waveguides: route light through a clear, stretchable waveguide; bending or stretching the waveguide changes the transmitted intensity. Immune to electrical noise, good for distributed sensing, but needs an optical source/detector and clear material.
- Pneumatic (self-sensing): measure the pressure and volume of the actuating air itself and infer shape. Cheap (the valve manifold already has pressure sensors) but only loosely coupled to actual shape, especially under external load.
- Magnetic: embed small magnets and sense field changes with Hall sensors. Good for discrete deflection sensing, harder for distributed shape.
Why proprioception stays hard
Even with good local strain sensors, reconstructing the continuous 3D shape of a soft body from a few discrete measurements is an ill-posed inverse problem, made worse by hysteresis (the sensor reads differently loading vs. unloading), creep (the elastomer keeps deforming under constant load), and the simple fact that external contact changes the shape independently of the actuation. The honest state of the art: you can sense that a soft gripper has gripped something, and roughly how hard, far more easily than you can know the exact pose of a soft arm's tip. That asymmetry shapes what soft robots are good for.
Modeling & control
Everything that makes a soft robot safe makes it hard to model. Infinite DoF, nonlinear hyperelastic material, hysteresis, viscoelastic creep, and slow fluidic actuation all stack up. There's no soft-robot equivalent of the clean rigid-body kinematics in our motion planning & kinematics guide: you trade exactness for tractable approximations.
Constant-curvature (PCC) models
The dominant tractable model is piecewise constant curvature (PCC): assume each soft segment bends into a circular arc of uniform curvature. Each segment is then described by curvature κ, bending-plane angle φ, and length L. This makes forward kinematics analytic and fast. The move that makes PCC actually usable is the decomposition Webster and Jones formalized in their 2010 review (International Journal of Robotics Research): split the map into two parts: a robot-independent part, arc parameters (κ, φ, L) to tip pose, which is pure geometry and identical for every constant-curvature robot; and a robot-specific part, actuator inputs (pressures, tendon lengths) to arc parameters, which is where your particular hardware lives. Calibrate the second map per actuator and reuse the first for free.
A useful first-order relation for a single bending fluidic actuator ties pressure to curvature:
Approximate constant-curvature bending model:
κ ≈ k · P (bending curvature roughly proportional to pressure)
θ = κ · L = k · P · L (tip bend angle for an unloaded segment)
where
κ = curvature [1/m]
P = gauge pressure [Pa]
L = segment length [m]
θ = total bend angle [rad]
k = a calibration constant lumping material modulus, wall geometry,
and strain-limiting layer [1/(m·Pa)]
Reality check: k is only constant for small strain and zero external load.
Add a tip load or large deflection and the relationship goes nonlinear,
which is why you calibrate per actuator and re-check under load.
PCC works well when the body is slender and lightly loaded, and breaks down under heavy tip loads, gravity on a horizontal arm, or external contact, exactly the conditions soft robots operate in. It gives you a starting point and no more.
FEM and reduced-order models
For accuracy you go to finite element modeling of the hyperelastic material (Yeoh, Ogden, or Mooney-Rivlin constitutive models). FEM captures the real deformation but is far too slow for real-time control. The active research direction is reduced-order models: distilling an offline FEM into something that runs in a control loop (the SOFA framework and its soft-robotics plugin are the reference tools here). Learning-based models (train a neural net on the robot's own data) are increasingly common precisely because the physics is so hard to write down cleanly.
Why closed-loop control is hard
Closed-loop control needs (a) a model and (b) state feedback. Soft robots are weak on both: the model is approximate and nonlinear, and the state (shape) is hard to measure. Add fluidic lag and hysteresis and you have a plant that's slow, uncertain, and underactuated.
Rule: Most deployed soft systems don't do precise closed-loop shape control: they exploit mechanical compliance so they don't have to. The control problem you avoid by being soft is the same one you can't solve because you're soft. Lean into open-loop pressure control plus conformance, and reserve closed-loop ambitions for the lab.
Soft & compliant grippers
This is where soft robotics actually makes money. Grasping is the field's commercial beachhead because the value proposition is concrete: handle variable, delicate, or food-grade objects that defeat rigid jaws and vacuum cups. For the full gripper landscape, see end effectors & grippers; here's the soft slice.
Fin-ray fingers
The fin-ray effect is a structural-compliance trick borrowed from fish-fin anatomy. A fin-ray finger is a triangular structure with two outer ribs joined by angled crossribs; push on the outer face and, counterintuitively, the finger bends toward the load and wraps around it. No actuation in the finger itself: it just deforms passively to conform.
Festo's FinGripper was the productized original; the geometry is now everywhere (Festo, many third parties, and printed clones). Fin-ray fingers are cheap, printable in TPU, passively conformant, and food-compatible in the right materials. They're driven by an ordinary parallel gripper: the compliance is purely in the fingertips. For mixed produce and irregular parts they're often the single best price/performance choice in all of soft robotics.
Soft fingers: silicone bellows (Soft Robotics Inc mGrip)
Soft Robotics Inc's mGrip is the commercial face of fluidic-elastomer grippers. The fingers are molded silicone bellows actuators (PneuNets-style): pressurize and they curl inward to envelop an object, exhaust and they open. The system ships with a food-grade material set, a control box (the fluidic stack, sold as a unit), and modular finger arrangements.
The pitch is exactly the conformance argument: pick a croissant, a chicken breast, a soft fruit, a bag of salad (variable, delicate, hard-to-model objects) at high cycle rates without bruising, and switch SKUs without retooling. This is the clearest example of soft robotics paying its way in production, primarily in food primary and secondary handling.
Granular jamming grippers
A different and clever mechanism: a flexible membrane filled with granular material (ground coffee is the textbook filler). Press the soft bag onto an object so it conforms, then pull a vacuum on the bag: the grains lock together (jamming transition) and the whole thing turns rigid, gripping by a mix of interlocking, friction, and suction. Release the vacuum and it goes soft again.
Granular jamming is brilliant for picking a wide range of object shapes with one universal gripper and no fingers. The limits: it needs a face to press against, it's slower (press-jam-lift-unjam cycle), grip force is modest, and dust/wear of the granular medium is a maintenance item.
Soft gripper comparison
| Gripper type | Compliance source | Actuation | Best for | Weakness |
|---|---|---|---|---|
| Fin-ray (Festo FinGripper) | Structural | External parallel gripper | Irregular/produce, cheap conformance | Limited grip force, single bend plane |
| Silicone bellows (mGrip, PneuNets) | Material | Pneumatic per finger | Delicate food, variable SKUs | Tether/valve box, fatigue, speed |
| Granular jamming | Material + vacuum | Vacuum | Universal shape, single gripper | Needs press surface, slow, modest force |
| Festo MultiChoiceGripper | Structural (reconfigurable) | Pneumatic | Switching grasp modes (parallel/centric) | Complexity, industrial-research niche |
| Tendon soft fingers | Hybrid | Tendon/motor | Dexterity, anthropomorphic hands | Routing friction, cost, control |
Note the Festo MultiChoiceGripper: a bionic design (inspired by the human hand) whose fingers can be reconfigured between parallel and centric grasping modes, a nice illustration of structural compliance plus mode-switching, and a reminder that Festo treats these bionic projects as technology showcases that feed into industrial products like the DMSP muscle and FinGripper.
Continuum, growing & vine robots
Beyond grippers, the soft-body idea scales into whole manipulators and locomotors.
Continuum manipulators
A continuum arm has a slender, continuously bending backbone (think elephant trunk or octopus arm) actuated by tendons, pneumatics, or both along its length. Festo's BionicSoftArm is the flagship industrial-grade example: a modular pneumatic continuum manipulator built from bellows segments, lightweight and inherently compliant, pitched for safe human-robot collaboration and for reaching into cluttered or constrained spaces a rigid arm can't navigate. It's a technology demonstrator, but it's the cleanest picture of where a soft manipulator could sit alongside the rigid arms in our industrial robot arms guide.
Continuum arms shine at reach into clutter (inspecting inside a jet engine, navigating around obstacles, working close to people) and struggle at everything requiring stiffness or precision at the tip. They're the geometric opposite of the rigid arm's strength.
Growing / vine robots
The most genuinely novel soft-robot architecture is the growing (vine) robot: a thin-walled inverted tube that extends by everting (turning itself inside out) from the tip as internal pressure pushes new material out the front. Because growth happens only at the tip, the body doesn't drag against the environment as it advances, so a vine robot can snake through rubble, around corners, and into pipes with almost no friction along its length.
The everting trick also decouples growth speed from body drag entirely: because new material is laid down at the tip from the inside, the already-deployed body stays stationary relative to the environment while the robot extends, so friction with the walls doesn't grow with length. That is why a vine robot can advance meters into a tortuous pipe that would seize a pushed catheter after a few bends. Vine robots are a real and active area (Hawkes, Blumenschein, Greer, and Okamura's 2017 Science Robotics paper, "A soft robot that navigates its environment through growth," is the reference) with concrete uses in search-and-rescue (threading into collapsed structures), medical (steerable catheters/endoscopes), and inspection. They're still mostly research, but the everting mechanism is one of the few soft-robot ideas with no rigid-robot analog at all, which is exactly why it's interesting.
Applications that actually pay
Separate the hype from the deployed. Here's where soft robotics earns money or is close to it, roughly in order of maturity.
Food and produce handling: deployed
The clear winner. Variable, delicate, hard-to-model objects (bakery, meat, produce, confectionery) at high cycle rates, with food-grade material requirements. Soft silicone fingers (mGrip) and fin-ray grippers conform to each item without bruising and switch products without retooling. This is the soft-robotics business case that already works at scale.
Fragile and mixed-SKU pick: deployed / scaling
E-commerce and logistics handle vast catalogs of objects with unknown, varied shapes. Soft and adaptive grippers (often hybrid with vacuum) tolerate the variability better than rigid jaws. Granular jammers and soft fingers show up in bin-picking and order fulfillment where one gripper must handle many shapes.
Medical and surgical: scaling
Compliance is intrinsically valuable inside a body: a soft or continuum instrument is gentler on tissue and can navigate anatomy a rigid tool can't. Tendon-driven continuum tools dominate minimally-invasive surgery; soft and steerable catheters, endoscopes, and capsule-style devices are an active and well-funded area. Sterility favors tendon drive (motors stay outside the patient).
Wearables and exosuits: scaling
Soft exosuits use textile-and-cable or pneumatic (McKibben/DMSP) actuation to assist human motion without a rigid exoskeleton's bulk and joint-alignment problems. The Harvard/Wyss soft exosuit line is the reference; assistance for walking, load carriage, and rehabilitation is the target. Compliance here is doubly valuable: safe against the body and adaptable to the wearer.
Search, rescue, and inspection: emerging
Vine/growing robots and soft crawlers for unstructured, fragile, or confined environments. Robustness and conformance are the selling points; the tether and control immaturity keep most of this in the field-trial stage.
Reality filter
Rule: If the job is defined by contact, conformance, or fragility, soft is a serious candidate. If it's defined by force, speed, or precision, soft is the wrong tool: use a rigid robot, possibly with a soft end effector. Most "soft robotics will replace X" claims fail this test.
Honest limitations
Every benefit of softness has a matching cost. Sell the costs as hard as the benefits or you'll over-promise.
Force
For a given size, a soft actuator delivers less force than a rigid one, and the force is load-dependent and falls through the stroke (recall F = P·A and the McKibben force-vs-contraction curve). McKibben muscles are the exception (they're genuinely force-dense) but most molded fluidic actuators are weak. If you need high, repeatable force, soft is fighting uphill.
Speed and bandwidth
Fluidic dynamics cap pneumatic soft actuators at single-digit hertz for most designs. SMA is worse (cooling-limited). Only DEA/EAP is intrinsically fast, and it's not in production. Don't design a dynamic, high-frequency task around a fluidic soft actuator.
Positional accuracy
Hysteresis, creep, compressibility, and infinite-DoF underactuation mean soft robots are imprecise. You can get a soft arm roughly where you want it; you can't get it there to a tenth of a millimeter repeatably without heroic sensing and control. Accuracy is the price of compliance.
Durability and fatigue
Elastomers fatigue, tear, abrade, and creep. There is also a subtler trap: the Mullins effect: an elastomer is measurably softer on its second load cycle than its first, as filler-polymer bonds break in, and it keeps drifting for the first dozen-or-so cycles before settling. So an actuator calibrated fresh out of the mold will not match its own behavior an hour into service; you pre-cycle ("mechanically condition") parts before calibration for exactly this reason. On top of that, viscoelastic creep means a chamber held at constant pressure keeps slowly deforming, and hysteresis means the loading and unloading curves never coincide. Bond lines leak. UV, ozone, oils, and cleaning chemicals degrade silicone over time. Cycle life is improving but a soft actuator under high strain has a finite, often modest, fatigue life, and replacement is a recurring cost. Specify the chemical and wear environment up front; it kills more soft grippers than overload does.
Control and the tether
The control problem is hard (above), and the fluidic-control bottleneck keeps most soft robots tethered to a benchtop valve-and-pump rig. Until onboard fluidic control gets small, cheap, and powerful, "untethered soft robot" mostly means "research paper."
Soft vs. rigid tradeoffs
| Dimension | Rigid robot | Soft robot |
|---|---|---|
| Positional accuracy | Excellent (encoder + stiff link) | Poor (hysteresis, creep, infinite DoF) |
| Force / payload (per size) | High | Low-medium (PAM excepted) |
| Speed / bandwidth | High | Low (fluidic), very low (SMA) |
| Safety in contact | Engineered (sensors + control) | Intrinsic (passive, mechanical) |
| Conformance to objects | Poor (needs a model) | Excellent (mechanical fitting) |
| Robustness to impact/overload | Low (dents, strips gears) | High (absorbs, bounces) |
| Modeling & control | Mature, exact | Immature, approximate |
| Tether / autonomy | Cabled but standard | Usually tethered (fluidic stack) |
| Cost of body | Medium-high | Low (silicone, molding) |
| Cost of control hardware | Medium | High (valves, pumps, sensors) |
The table is the whole argument in one place: soft and rigid are complementary, with almost no dimension where one is strictly better. You choose by what the job rewards.
The hybrid rigid-soft future
The all-soft autonomous robot is a beautiful research goal and a poor product strategy. The architecture that actually ships, and will keep shipping, is hybrid: a rigid robot for the parts that need precision, force, and controllability, with soft components where contact, conformance, and safety matter.
You can already see it everywhere:
- A rigid six-axis arm (precise positioning, payload, mature control) with a soft gripper (mGrip fingers, fin-ray) at the flange: precise transport, conformant grasp.
- A rigid cobot with soft skins and compliant covers for passive safety on top of its torque-sensing, see collaborative robots.
- A humanoid with rigid limbs but compliant, soft-skinned fingertips and tactile pads where it touches the world.
- Festo's own product logic: bionic soft demonstrators (BionicSoftArm, MultiChoiceGripper) feeding compliant components into otherwise rigid pneumatic automation.
The reason hybrid wins is structural. The dimensions soft is good at (safety, conformance, robustness) and the ones rigid is good at (accuracy, force, control) barely overlap, so combining them is nearly free of tradeoff at the system level. You put softness exactly where contact happens and stiffness everywhere else.
Final rule: Don't ask "soft or rigid?" Ask "where in this machine does compliance pay, and where does it cost?" The answer is almost always soft at the contact surface, rigid in the structure, which is exactly what a human arm with a soft hand already is.
What would change this calculus is a breakthrough in the bottleneck: small, cheap, high-bandwidth, untethered fluidic control, or a production-grade electric soft actuator (EAP/HASEL maturing out of the lab). If either lands, the soft fraction of the hybrid grows. Until then, and in 2026 we are firmly "until then", bet on hybrid, deploy soft where it conforms and protects, and keep the tether budget in your plan.
Frequently asked questions
What exactly makes a robot "soft"? Its primary functional components are made of low-modulus material (roughly 10⁴ to 10⁹ Pa, silicone to soft plastic) so the body deforms to produce or accommodate motion, instead of rigid links pivoting at discrete joints. Compliance can come from the material, the structure (e.g. fin-ray), or both. A rigid robot with a foam cover is not a soft robot.
Why are most soft robots pneumatic? Because pneumatics are cheap, force-dense, and inherently compliant, and air is easy to source. Fluidic elastomer actuators (PneuNets) and McKibben muscles both run on air. The downside (the bulky valve-and-pump control stack) is the price, and it's the reason soft robots are usually tethered.
What's the difference between a PneuNet and a McKibben muscle? A PneuNet is a molded elastomer with internal chambers and a strain-limiting layer; inflating it makes it bend. A McKibben muscle (Festo Fluidic Muscle DMSP) is a bladder in a braided sleeve; pressurizing it makes it contract axially, like a biological muscle. PneuNets bend a lot at low force; McKibbens contract ~25% at high force.
How much force can a soft actuator produce?
Hugely variable. A small PneuNet finger exerts a few newtons (F = P·A at tens of kPa). A Festo DMSP-20 McKibben muscle pulls on the order of ~1,500 N at 6 bar, and a DMSP-40 reaches roughly ~6,000 N. Force in soft actuators is load-dependent and usually drops through the stroke.
Why can't soft robots move fast? Fluidic actuation is bandwidth-limited: filling and emptying compliant chambers through finite-diameter tubing is slow, so most pneumatic soft actuators top out at single-digit hertz. SMA is even slower (cooling-limited). Only dielectric-elastomer actuators are intrinsically fast, and they're not yet production hardware.
What silicone should I use? For high-strain bending actuators, Ecoflex 00-30 or 00-50 is the default. For tougher gripper fingers and wear surfaces, Dragon Skin 10A to 30A. For optical-waveguide sensing you want an optically clear silicone. Pick durometer by the strain/force/durability tradeoff: softer bends more and lasts less.
How do you sense the shape of a soft robot? With stretchable sensors: resistive (carbon composite, liquid-metal eGaIn channels), capacitive, optical waveguides, magnetic, or by self-sensing the actuating air pressure. None of them gives clean, drift-free shape data the way an encoder gives a joint angle, which is why proprioception is the field's hardest sensing problem.
Is closed-loop control of soft robots solved? No. The model is approximate and nonlinear (constant-curvature is a starting point; FEM is accurate but too slow for real time), the state is hard to measure, and fluidic dynamics add lag and hysteresis. Most deployed soft systems run open-loop pressure control and rely on mechanical compliance instead of precise feedback.
What is the fin-ray effect? A structural-compliance trick from fish-fin anatomy: a triangular finger with angled crossribs bends toward an applied load and wraps around it, with no actuation in the finger itself. Festo's FinGripper productized it; it's now a cheap, printable, food-friendly gripper finger driven by an ordinary parallel gripper.
Where is soft robotics actually deployed today? Mostly in grasping: food and produce handling (Soft Robotics Inc mGrip, fin-ray grippers) and fragile/mixed-SKU pick in logistics. Medical/surgical continuum tools and soft exosuits are scaling. Whole-body soft robots, growing/vine robots, and untethered soft machines are still largely research.
Why are soft robots tethered? Because the fluidic control hardware (pump/compressor, valves, regulators, sensors) is bulky and power-hungry, so it stays on a benchtop and air is piped to the robot. Putting the whole stack on board sacrifices the lightness that made the robot soft in the first place. Onboard fluidic control is the field's key open hardware problem.
Will soft robots replace rigid industrial robots? No. They're complementary. Soft wins on contact, conformance, and fragility; rigid wins on force, speed, and precision, and those barely overlap. The durable architecture is hybrid: a rigid robot with soft end effectors and soft contact surfaces, which is exactly what's already shipping in food and logistics cells.