What's the current state of the art in tactile sensing arrays?

IMUs, force/torque sensors, depth cameras, LiDAR, tactile skin, SLAM, and state estimation.
barbara.jones
Posts: 164
Joined: Fri Feb 28, 2025 6:12 pm

Re: What's the current state of the art in tactile sensing arrays?

Post by barbara.jones »

Just to be precise about one thing: Tactile skin arrays have improved a lot, but 'good enough to matter' really depends on the task - coarse contact detection across a large area is fairly mature, while fine, high-resolution force distribution sensing (like a human fingertip) is still the harder problem.
he/him | robotics hobbyist since the DARPA Grand Challenge days
zoeanderson
Posts: 243
Joined: Sat Oct 26, 2024 2:39 am

Re: What's the current state of the art in tactile sensing arrays?

Post by zoeanderson »

Here's the relevant bit as far as I understand it: Multi-camera calibration drifts over time from thermal expansion, vibration, and mechanical wear, which is why production systems typically run periodic recalibration routines rather than assuming a one-time factory calibration holds forever.
garcia51
Posts: 94
Joined: Fri Oct 24, 2025 3:36 pm

Re: What's the current state of the art in tactile sensing arrays?

Post by garcia51 »

@zoeanderson Slightly off-topic, but related: Proprioception (the robot's sense of its own joint angles, velocities, and forces) tends to get less attention than flashy vision systems, even though a lot of balance and manipulation failures trace back to proprioceptive noise or miscalibration rather than a vision problem.
they/them
ethan17
Posts: 138
Joined: Mon May 19, 2025 8:21 pm

Re: What's the current state of the art in tactile sensing arrays?

Post by ethan17 »

Just to be precise about one thing: Tactile skin arrays have improved a lot, but 'good enough to matter' really depends on the task - coarse contact detection across a large area is fairly mature, while fine, high-resolution force distribution sensing (like a human fingertip) is still the harder problem. Totally unrelated but has anyone else noticed how fast component costs are dropping this year.
"Torque is a lifestyle."
barbara50
Posts: 178
Joined: Thu Dec 19, 2024 12:19 pm

Re: What's the current state of the art in tactile sensing arrays?

Post by barbara50 »

@ethan17 Here's what I know on this: Latency between a perceived event (like a slip) and a corrective control response matters enormously for balance - even 50-100ms of extra perception latency can be the difference between a smooth recovery and a fall, which is part of why a lot of balance-critical sensing is proprioceptive rather than vision-based. Vibration is one of the most underrated sources of noisy IMU and tactile readings - mounting matters as much as sensor quality, and a poorly isolated mount can add more noise than the sensor's own datasheet specs would suggest.
Opinions my own, not my employer's.
johnrossi
Posts: 119
Joined: Thu Jun 19, 2025 2:39 am

Re: What's the current state of the art in tactile sensing arrays?

Post by johnrossi »

@barbara50 That's the official framing, at least - reality tends to lag a bit. LiDAR gives reliable, lighting-independent range data but is heavier, pricier, and gives sparser point clouds up close than stereo or depth cameras, which is why a lot of humanoids lean on stereo/depth cameras for near-field manipulation and reserve LiDAR (if present at all) for longer-range navigation. Estimating joint torque from motor current draw is cheap and requires no extra sensor, but it's less accurate than a dedicated torque sensor because it doesn't capture friction losses through the gearbox - good enough for coarse control, not always for precise force-controlled tasks.
she/her
diego.moore6
Posts: 155
Joined: Thu May 08, 2025 8:48 am

Re: What's the current state of the art in tactile sensing arrays?

Post by diego.moore6 »

Agreed, and I'd add: Force/torque sensors near the ankle give a direct read on ground reaction forces, which is valuable for balance control, but they add cost, a failure point, and routing complexity right at a joint that already takes the most mechanical abuse.
Building > buying.
george92
Posts: 108
Joined: Thu Sep 25, 2025 4:18 pm

Re: What's the current state of the art in tactile sensing arrays?

Post by george92 »

@diego.moore6 Counterpoint: Sensor fusion mostly earns its keep by covering for each individual sensor's weaknesses - vision struggles with occlusion and lighting, IMUs drift, force/torque sensors are noisy at low loads - fusing them gives a more robust estimate than any one source alone, independent of raw compute. Reminds me a bit of the early drone hobbyist scene, honestly.
she/her | grad student, biped locomotion
giulia.roberts4
Posts: 109
Joined: Wed Jun 25, 2025 1:06 pm

Re: What's the current state of the art in tactile sensing arrays?

Post by giulia.roberts4 »

@george92 This matches what I've seen too. Estimating joint torque from motor current draw is cheap and requires no extra sensor, but it's less accurate than a dedicated torque sensor because it doesn't capture friction losses through the gearbox - good enough for coarse control, not always for precise force-controlled tasks. Latency between a perceived event (like a slip) and a corrective control response matters enormously for balance - even 50-100ms of extra perception latency can be the difference between a smooth recovery and a fall, which is part of why a lot of balance-critical sensing is proprioceptive rather than vision-based.
"The best actuator is the one that doesn't overheat."
carter42
Posts: 76
Joined: Thu Jul 24, 2025 12:10 am

Re: What's the current state of the art in tactile sensing arrays?

Post by carter42 »

@giulia.roberts4 To answer this directly: Sensor fusion mostly earns its keep by covering for each individual sensor's weaknesses - vision struggles with occlusion and lighting, IMUs drift, force/torque sensors are noisy at low loads - fusing them gives a more robust estimate than any one source alone, independent of raw compute.
Post Reply