Page 3 of 3
Re: How much does sensor fusion actually help vs just adding compute?
Posted: Wed Jun 04, 2025 7:36 pm
by servoken70
@matthew43 This lines up with my experience.
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: How much does sensor fusion actually help vs just adding compute?
Posted: Fri Jun 13, 2025 11:13 am
by pierregreen
Small correction on one detail:
Depth sensing range and reliability both degrade outdoors in direct sunlight for most structured-light and active stereo cameras, since the ambient IR washes out the projected pattern - it's a real limitation for humanoids intended for anything beyond indoor, controlled environments. 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: How much does sensor fusion actually help vs just adding compute?
Posted: Sun Jun 15, 2025 2:14 am
by matthew43
@pierregreen Same conclusion I've come to. Also worth noting:
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: How much does sensor fusion actually help vs just adding compute?
Posted: Sat Jun 21, 2025 1:42 pm
by benjaminsanchez
@matthew43 That's the official framing, at least - reality tends to lag a bit.
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.