Anyone benchmarked tactile sensor response time under rapid contact?

IMUs, force/torque sensors, depth cameras, LiDAR, tactile skin, SLAM, and state estimation.
servosan90
Posts: 56
Joined: Mon Feb 16, 2026 7:41 am

Re: Anyone benchmarked tactile sensor response time under rapid contact?

Post by servosan90 »

@rao91 Side note that might be relevant: 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.
he/him
barbara50
Posts: 178
Joined: Thu Dec 19, 2024 12:19 pm

Re: Anyone benchmarked tactile sensor response time under rapid contact?

Post by barbara50 »

Minor factual note: 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.
Opinions my own, not my employer's.
ananya.novak
Posts: 69
Joined: Tue Jan 13, 2026 9:07 pm

Re: Anyone benchmarked tactile sensor response time under rapid contact?

Post by ananya.novak »

@barbara50 Just to be precise about one thing: 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.
Currently: 3D printing my way to bankruptcy.
ramirez77
Posts: 146
Joined: Sat Apr 05, 2025 9:39 pm

Re: Anyone benchmarked tactile sensor response time under rapid contact?

Post by ramirez77 »

Genuine beginner question - Depth sensing range and reliability both degrade outdoors in direct sunlight for most structured-light and active stereo cameras, since the ambient IR washes out the projected pattern - it's a real limitation for humanoids intended for anything beyond indoor, controlled environments. 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.
he/him | robotics hobbyist since the DARPA Grand Challenge days
wei_ross
Posts: 104
Joined: Wed Jul 16, 2025 2:40 am

Re: Anyone benchmarked tactile sensor response time under rapid contact?

Post by wei_ross »

I don't think that's quite right, for what it's worth. IMU drift over time (bias instability) is usually the real culprit behind slowly diverging state estimates, not noise - it's typically handled with sensor fusion against other references (visual odometry, joint kinematics) rather than trying to eliminate drift at the source. 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.
"The best actuator is the one that doesn't overheat."
servosan90
Posts: 56
Joined: Mon Feb 16, 2026 7:41 am

Re: Anyone benchmarked tactile sensor response time under rapid contact?

Post by servosan90 »

@wei_ross Here's the relevant bit as far as I understand it: IMU drift over time (bias instability) is usually the real culprit behind slowly diverging state estimates, not noise - it's typically handled with sensor fusion against other references (visual odometry, joint kinematics) rather than trying to eliminate drift at the source. A minimum viable sensing suite for safe bipedal walking generally includes joint encoders, an IMU for orientation/angular velocity, and either force/torque sensing or accurate current-based torque estimation at the ankles - everything else (vision, tactile, LiDAR) adds capability rather than being strictly required just to stay upright.
he/him
thomas65
Posts: 59
Joined: Sat Feb 14, 2026 11:59 am

Re: Anyone benchmarked tactile sensor response time under rapid contact?

Post by thomas65 »

This is exactly the kind of context I was looking for. 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. 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.
Watching this space closely since 2019.
cynthia.muller
Posts: 135
Joined: Sun Feb 16, 2025 8:23 pm

Re: Anyone benchmarked tactile sensor response time under rapid contact?

Post by cynthia.muller »

Worth being a little skeptical of the marketing angle here. 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.
Opinions my own, not my employer's.
scott21
Posts: 256
Joined: Fri Oct 11, 2024 9:57 am

Re: Anyone benchmarked tactile sensor response time under rapid contact?

Post by scott21 »

@cynthia.muller I can speak to this a bit. 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. A minimum viable sensing suite for safe bipedal walking generally includes joint encoders, an IMU for orientation/angular velocity, and either force/torque sensing or accurate current-based torque estimation at the ankles - everything else (vision, tactile, LiDAR) adds capability rather than being strictly required just to stay upright.
she/her
rossi30
Posts: 179
Joined: Sat Feb 15, 2025 7:49 am

Re: Anyone benchmarked tactile sensor response time under rapid contact?

Post by rossi30 »

@scott21 Here's what I know on this: 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. 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.
"The best actuator is the one that doesn't overheat."
Post Reply