Page 2 of 6

Re: Anyone tracking sensor cost trends the way we track actuator cost trends?

Posted: Sat Jul 25, 2026 8:55 am
by zoeanderson
This matches something I went through recently. 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. 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: Anyone tracking sensor cost trends the way we track actuator cost trends?

Posted: Sun Jul 26, 2026 5:02 pm
by kwilliams
@zoeanderson Related question - 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. 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: Anyone tracking sensor cost trends the way we track actuator cost trends?

Posted: Tue Jul 28, 2026 3:55 am
by benjaminsanchez
Slight correction, though the overall point stands: 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: Anyone tracking sensor cost trends the way we track actuator cost trends?

Posted: Mon Aug 03, 2026 6:29 pm
by lperez
@benjaminsanchez This lines up with my experience. 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. Reminds me a bit of the early drone hobbyist scene, honestly.

Re: Anyone tracking sensor cost trends the way we track actuator cost trends?

Posted: Thu Aug 06, 2026 6:07 am
by deborah59
+1 to this. Worth adding: 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: Anyone tracking sensor cost trends the way we track actuator cost trends?

Posted: Thu Aug 13, 2026 1:16 am
by olga_lind
@deborah59 This matches what I've seen too. 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. 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.

Re: Anyone tracking sensor cost trends the way we track actuator cost trends?

Posted: Thu Aug 13, 2026 10:18 pm
by green28
+1 to this. Worth adding: 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: Anyone tracking sensor cost trends the way we track actuator cost trends?

Posted: Wed Aug 19, 2026 6:09 pm
by wei_ross
From what I've seen: Vibration is one of the most underrated sources of noisy IMU and tactile readings - mounting matters as much as sensor quality, and a poorly isolated mount can add more noise than the sensor's own datasheet specs would suggest.

Re: Anyone tracking sensor cost trends the way we track actuator cost trends?

Posted: Sat Aug 29, 2026 12:41 am
by samuel.campbell8
+1 to this. Worth adding: 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: Anyone tracking sensor cost trends the way we track actuator cost trends?

Posted: Sun Aug 30, 2026 11:59 am
by yuki71
New to this, so forgive me if this is obvious - 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. 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.