Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
Re: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
Slight correction, though the overall point stands:
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.
Opinions my own, not my employer's.
Re: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
This raises a question for me -
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.
she/her | grad student, biped locomotion
Re: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
Short answer:
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. 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.
-
freya.smith
- Posts: 72
- Joined: Wed Feb 11, 2026 5:28 pm
Re: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
@vyoung 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.
she/her
-
sandra_ivan
- Posts: 17
- Joined: Sat Aug 01, 2026 9:51 pm
Re: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
@freya.smith Just to be precise about one thing:
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.
Re: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
@sandra_ivan Appreciate the detailed 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.
"The best actuator is the one that doesn't overheat."
Re: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
Worth being a little skeptical of the marketing angle here.
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."
-
emily.kumar
- Posts: 41
- Joined: Fri Jan 30, 2026 2:42 pm
Re: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
@rossi30 Appreciate the detailed answer.
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.
Currently: 3D printing my way to bankruptcy.
-
dorothy_kuma
- Posts: 18
- Joined: Wed Aug 12, 2026 6:49 am
Re: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
Short answer:
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. 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.
"Torque is a lifestyle."
-
zoeanderson
- Posts: 243
- Joined: Sat Oct 26, 2024 2:39 am
Re: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
@dorothy_kuma 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. 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.