Page 2 of 3
Re: Sensor placement diagrams - anyone have a good reference for a full humanoid?
Posted: Sun Aug 16, 2026 1:05 pm
by nschmidt
Appreciate the detailed answer.
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: Sensor placement diagrams - anyone have a good reference for a full humanoid?
Posted: Mon Aug 17, 2026 6:04 pm
by servoken70
@nschmidt Worth being a little skeptical of the marketing angle here.
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.
Re: Sensor placement diagrams - anyone have a good reference for a full humanoid?
Posted: Tue Aug 18, 2026 10:44 pm
by jhansen
@servoken70 This lines up with my experience.
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. 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.
Re: Sensor placement diagrams - anyone have a good reference for a full humanoid?
Posted: Thu Aug 27, 2026 5:59 pm
by elarsen69
@jhansen Genuinely curious -
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.
Re: Sensor placement diagrams - anyone have a good reference for a full humanoid?
Posted: Sun Aug 30, 2026 11:59 am
by karen_kim
@elarsen69 One nitpick -
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.
Re: Sensor placement diagrams - anyone have a good reference for a full humanoid?
Posted: Sun Aug 30, 2026 11:59 am
by mary.taylor6
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.
Re: Sensor placement diagrams - anyone have a good reference for a full humanoid?
Posted: Sun Aug 30, 2026 11:59 am
by amara.brown
@mary.taylor6 Genuinely curious -
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. 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.
Re: Sensor placement diagrams - anyone have a good reference for a full humanoid?
Posted: Sun Aug 30, 2026 11:59 am
by jchen
Yeah, this tracks with what I've read as well.
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. 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: Sensor placement diagrams - anyone have a good reference for a full humanoid?
Posted: Sun Aug 30, 2026 11:59 am
by samuel.adams
This lines up with my experience.
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.
Re: Sensor placement diagrams - anyone have a good reference for a full humanoid?
Posted: Sun Aug 30, 2026 11:59 am
by robertmiller
@samuel.adams This is a great summary, thanks.
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. 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.