Page 2 of 2

Re: Tactile skin - is it finally good enough to matter?

Posted: Tue Mar 25, 2025 6:26 pm
by barbara50
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. 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: Tactile skin - is it finally good enough to matter?

Posted: Wed Mar 26, 2025 12:55 pm
by deborah59
@barbara50 I dealt with almost this exact situation. 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: Tactile skin - is it finally good enough to matter?

Posted: Fri Mar 28, 2025 5:06 am
by yuki71
@deborah59 Slightly off-topic, but related: 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. Kind of makes me think about how different this all looked even three years ago.

Re: Tactile skin - is it finally good enough to matter?

Posted: Sun Apr 06, 2025 9:44 pm
by chloe_jack
@yuki71 Side note that might be relevant: 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: Tactile skin - is it finally good enough to matter?

Posted: Thu Apr 10, 2025 5:42 am
by emilyperez
@chloe_jack Slight correction, though the overall point stands: 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: Tactile skin - is it finally good enough to matter?

Posted: Sat Apr 12, 2025 1:45 am
by jwang
@emilyperez One nitpick - LiDAR gives reliable, lighting-independent range data but is heavier, pricier, and gives sparser point clouds up close than stereo or depth cameras, which is why a lot of humanoids lean on stereo/depth cameras for near-field manipulation and reserve LiDAR (if present at all) for longer-range navigation. 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.