Anyone benchmarked tactile sensor response time under rapid contact?
-
barbara.jones
- Posts: 164
- Joined: Fri Feb 28, 2025 6:12 pm
Re: Anyone benchmarked tactile sensor response time under rapid contact?
@rossi30 This raises a question for me -
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.
Makes me wonder how this looks in another five years.
he/him | robotics hobbyist since the DARPA Grand Challenge days
-
mohammed.rossi
- Posts: 88
- Joined: Fri Nov 07, 2025 9:46 pm
Re: Anyone benchmarked tactile sensor response time under rapid contact?
@barbara.jones That's the official framing, at least - reality tends to lag a bit.
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.
Re: Anyone benchmarked tactile sensor response time under rapid contact?
@mohammed.rossi To answer this directly:
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.
Makes me wonder how this looks in another five years.
Watching this space closely since 2019.
Re: Anyone benchmarked tactile sensor response time under rapid contact?
@mia_lars Related question -
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.
Re: Anyone benchmarked tactile sensor response time under rapid contact?
+1 to this. Worth adding:
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.
Totally unrelated but has anyone else noticed how fast component costs are dropping this year.
they/them
Re: Anyone benchmarked tactile sensor response time under rapid contact?
@ssantos Genuinely curious -
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. 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.
"Torque is a lifestyle."
Re: Anyone benchmarked tactile sensor response time under rapid contact?
@greta78 I see it a little differently.
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.
Re: Anyone benchmarked tactile sensor response time under rapid contact?
Sorry if this is a basic question, but
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. Event cameras (which report per-pixel brightness changes rather than full frames) are still more of a research curiosity than a production sensor for humanoids, mainly because the software ecosystem and processing pipelines around them are far less mature than for standard frame-based cameras.
he/him | robotics hobbyist since the DARPA Grand Challenge days
-
sharonschmidt
- Posts: 174
- Joined: Mon Sep 30, 2024 7:31 am
Re: Anyone benchmarked tactile sensor response time under rapid contact?
@yuki71 I dealt with almost this exact situation.
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. 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.
Ex-automotive, now full-time robots.
Re: Anyone benchmarked tactile sensor response time under rapid contact?
From hands-on experience,
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.