Barometric altimeters for stair detection - gimmick or genuinely useful?

IMUs, force/torque sensors, depth cameras, LiDAR, tactile skin, SLAM, and state estimation.
ssantos
Posts: 105
Joined: Wed Sep 03, 2025 12:03 am

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

Post by ssantos »

Slight correction, though the overall point stands: 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. 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. Makes me wonder how this looks in another five years.
they/them
rtorres
Posts: 54
Joined: Wed Mar 04, 2026 1:31 am

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

Post by rtorres »

@ssantos Minor factual note: 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.
Opinions my own, not my employer's.
carol38
Posts: 80
Joined: Thu Aug 28, 2025 1:48 am

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

Post by carol38 »

Minor factual note: 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.
sharonschmidt
Posts: 174
Joined: Mon Sep 30, 2024 7:31 am

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

Post by sharonschmidt »

Yeah, this tracks with what I've read as well. 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.
Ex-automotive, now full-time robots.
emily.kumar
Posts: 41
Joined: Fri Jan 30, 2026 2:42 pm

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

Post by emily.kumar »

@sharonschmidt This lines up with my experience. 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. 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.
Currently: 3D printing my way to bankruptcy.
gimbalyuk55
Posts: 20
Joined: Tue Aug 11, 2026 11:27 am

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

Post by gimbalyuk55 »

Small correction on one detail: 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. This whole thread is a good reminder how young this field still is.
they/them
choi98
Posts: 220
Joined: Sat Oct 12, 2024 12:32 am

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

Post by choi98 »

@gimbalyuk55 Here's the relevant bit as far as I understand it: 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. 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.
Watching this space closely since 2019.
sven.wilson4
Posts: 50
Joined: Thu Jun 18, 2026 3:27 pm

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

Post by sven.wilson4 »

@choi98 Minor factual note: 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. 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.
Watching this space closely since 2019.
ethan17
Posts: 138
Joined: Mon May 19, 2025 8:21 pm

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

Post by ethan17 »

Here's what I know on this: 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. 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.
"Torque is a lifestyle."
kwilliams
Posts: 309
Joined: Sat Sep 21, 2024 1:57 pm

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

Post by kwilliams »

@ethan17 Short answer: 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.
he/him
Post Reply