Page 2 of 3

Re: Force/torque sensor noise floor - what's acceptable for balance control?

Posted: Thu Sep 25, 2025 8:59 pm
by chloe_jack
@erik_novi Short answer: 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. 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.

Re: Force/torque sensor noise floor - what's acceptable for balance control?

Posted: Fri Sep 26, 2025 4:28 am
by zoeanderson
Pretty much this. One thing to 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.

Re: Force/torque sensor noise floor - what's acceptable for balance control?

Posted: Sat Sep 27, 2025 6:01 pm
by ethan17
@zoeanderson This matches something I went through recently. Unitree's Dex3-1 dexterous hand packs around 33 pressure/tactile sensors per hand across the fingers and palm, capable of sensing pressure roughly in the 10g-2500g range - a useful reference point for what 'production tactile sensing' looks like right now.

Re: Force/torque sensor noise floor - what's acceptable for balance control?

Posted: Sat Oct 04, 2025 12:10 pm
by shill
@ethan17 Short answer: 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. 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.

Re: Force/torque sensor noise floor - what's acceptable for balance control?

Posted: Tue Oct 14, 2025 5:38 am
by scott.andersson5
@shill One nitpick - Unitree's Dex3-1 dexterous hand packs around 33 pressure/tactile sensors per hand across the fingers and palm, capable of sensing pressure roughly in the 10g-2500g range - a useful reference point for what 'production tactile sensing' looks like right now. 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.

Re: Force/torque sensor noise floor - what's acceptable for balance control?

Posted: Tue Oct 21, 2025 4:31 am
by george92
From hands-on experience, 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.

Re: Force/torque sensor noise floor - what's acceptable for balance control?

Posted: Sun Oct 26, 2025 5:52 am
by erik_novi
Here's the relevant bit as far as I understand it: 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. 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.

Re: Force/torque sensor noise floor - what's acceptable for balance control?

Posted: Sun Nov 02, 2025 12:20 am
by carter42
@erik_novi I don't think that's quite right, for what it's worth. 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. Totally unrelated but has anyone else noticed how fast component costs are dropping this year.

Re: Force/torque sensor noise floor - what's acceptable for balance control?

Posted: Sun Nov 09, 2025 10:58 am
by nancy_lewi
To answer this directly: 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.

Re: Force/torque sensor noise floor - what's acceptable for balance control?

Posted: Mon Nov 10, 2025 9:42 pm
by sarah.santos3
@nancy_lewi Minor factual note: 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.