Anyone benchmarked tactile sensor response time under rapid contact?
-
servosan90
- Posts: 56
- Joined: Mon Feb 16, 2026 7:41 am
Re: Anyone benchmarked tactile sensor response time under rapid contact?
@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
Re: Anyone benchmarked tactile sensor response time under rapid contact?
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?
@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.
Re: Anyone benchmarked tactile sensor response time under rapid contact?
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
Re: Anyone benchmarked tactile sensor response time under rapid contact?
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?
@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
Re: Anyone benchmarked tactile sensor response time under rapid contact?
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?
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.
Re: Anyone benchmarked tactile sensor response time under rapid contact?
@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
Re: Anyone benchmarked tactile sensor response time under rapid contact?
@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."