Page 3 of 3

Re: Barometric altimeters for stair detection - gimmick or genuinely useful?

Posted: Sun Aug 30, 2026 11:59 am
by rao91
@kwilliams Tangent, but worth mentioning: 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. 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: Barometric altimeters for stair detection - gimmick or genuinely useful?

Posted: Sun Aug 30, 2026 11:59 am
by wei_ross
@rao91 I don't think that's quite right, for what it's worth. 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. 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: Barometric altimeters for stair detection - gimmick or genuinely useful?

Posted: Sun Aug 30, 2026 11:59 am
by scott21
@wei_ross Just to be precise about one thing: 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: Barometric altimeters for stair detection - gimmick or genuinely useful?

Posted: Sun Aug 30, 2026 11:59 am
by mia.novak
@scott21 Speaking from personal experience here, 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: Barometric altimeters for stair detection - gimmick or genuinely useful?

Posted: Sun Aug 30, 2026 11:59 am
by scott.andersson5
@mia.novak I'd push back on this a bit. 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. Totally unrelated but has anyone else noticed how fast component costs are dropping this year.

Re: Barometric altimeters for stair detection - gimmick or genuinely useful?

Posted: Sun Aug 30, 2026 11:59 am
by larrysokolov
@scott.andersson5 This matches what I've seen too. 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: Barometric altimeters for stair detection - gimmick or genuinely useful?

Posted: Sun Aug 30, 2026 11:59 am
by noah_pate
@larrysokolov This lines up with my experience. 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. 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: Barometric altimeters for stair detection - gimmick or genuinely useful?

Posted: Sun Aug 30, 2026 11:59 am
by aliu
@noah_pate Counterpoint: 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.