How much perception latency is tolerable before it wrecks balance control?

IMUs, force/torque sensors, depth cameras, LiDAR, tactile skin, SLAM, and state estimation.
vyoung
Posts: 51
Joined: Thu Mar 26, 2026 12:05 pm

Re: How much perception latency is tolerable before it wrecks balance control?

Post by vyoung »

@ethan_fisc To answer this directly: 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. 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.
young56
Posts: 123
Joined: Mon Jun 09, 2025 5:26 pm

Re: How much perception latency is tolerable before it wrecks balance control?

Post by young56 »

Here's the relevant bit as far as I understand it: 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.
she/her | grad student, biped locomotion
zoeanderson
Posts: 243
Joined: Sat Oct 26, 2024 2:39 am

Re: How much perception latency is tolerable before it wrecks balance control?

Post by zoeanderson »

@young56 Small correction on one detail: 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. 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.
Post Reply