Page 5 of 5
Re: What's a good beginner sensor fusion project before tackling a full robot?
Posted: Sun Aug 30, 2026 11:59 am
by rebecca_lefe
Genuine beginner question -
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: What's a good beginner sensor fusion project before tackling a full robot?
Posted: Sun Aug 30, 2026 11:59 am
by emily.kumar
Counterpoint:
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.
Re: What's a good beginner sensor fusion project before tackling a full robot?
Posted: Sun Aug 30, 2026 11:59 am
by zoeanderson
@emily.kumar Genuinely curious -
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.
Kind of makes me think about how different this all looked even three years ago.
Re: What's a good beginner sensor fusion project before tackling a full robot?
Posted: Sun Aug 30, 2026 11:59 am
by young56
Related question -
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: What's a good beginner sensor fusion project before tackling a full robot?
Posted: Sun Aug 30, 2026 11:59 am
by sarah.santos3
Genuinely curious -
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.
Makes me wonder how this looks in another five years.
Re: What's a good beginner sensor fusion project before tackling a full robot?
Posted: Sun Aug 30, 2026 11:59 am
by jlefebvre
Can I ask a dumb follow-up -
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. 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.
Re: What's a good beginner sensor fusion project before tackling a full robot?
Posted: Sun Aug 30, 2026 11:59 am
by jessica_faro
@jlefebvre Here's the relevant bit as far as I understand it:
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. 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.
Re: What's a good beginner sensor fusion project before tackling a full robot?
Posted: Sun Aug 30, 2026 11:59 am
by edward.nelson
I dealt with almost this exact situation.
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.