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

IMUs, force/torque sensors, depth cameras, LiDAR, tactile skin, SLAM, and state estimation.
james15
Posts: 90
Joined: Sun Oct 26, 2025 3:39 am

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

Post by james15 »

@sarah.santos3 Short answer: 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. SLAM in a working warehouse is harder than in a controlled lab mainly because the map keeps changing - pallets move, people walk through, lighting shifts near dock doors - so a lot of production systems lean on semi-static maps refreshed periodically rather than pure continuous SLAM.
hill23
Posts: 80
Joined: Sun Oct 05, 2025 11:15 am

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

Post by hill23 »

This raises a question for me - SLAM in a working warehouse is harder than in a controlled lab mainly because the map keeps changing - pallets move, people walk through, lighting shifts near dock doors - so a lot of production systems lean on semi-static maps refreshed periodically rather than pure continuous SLAM. 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.
richard36
Posts: 96
Joined: Tue Jul 29, 2025 9:43 am

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

Post by richard36 »

Respectfully, I think this undersells it a bit. 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.
"The best actuator is the one that doesn't overheat."
zoeanderson
Posts: 243
Joined: Sat Oct 26, 2024 2:39 am

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

Post by zoeanderson »

@richard36 Just to be precise about one thing: 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.
Post Reply