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

IMUs, force/torque sensors, depth cameras, LiDAR, tactile skin, SLAM, and state estimation.
zoeanderson
Posts: 243
Joined: Sat Oct 26, 2024 2:39 am

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

Post 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.
kwilliams
Posts: 309
Joined: Sat Sep 21, 2024 1:57 pm

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

Post 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.
he/him
benjaminsanchez
Posts: 180
Joined: Fri Apr 18, 2025 1:58 am

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

Post 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.
lperez
Posts: 55
Joined: Wed Jan 28, 2026 1:50 pm

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

Post 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.
she/her
deborah59
Posts: 227
Joined: Mon Nov 18, 2024 9:37 am

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

Post 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.
Ex-automotive, now full-time robots.
olga_lind
Posts: 170
Joined: Tue Dec 24, 2024 12:11 pm

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

Post 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.
green28
Posts: 109
Joined: Sun May 11, 2025 2:06 am

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

Post 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.
wei_ross
Posts: 104
Joined: Wed Jul 16, 2025 2:40 am

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

Post 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.
"The best actuator is the one that doesn't overheat."
samuel.campbell8
Posts: 41
Joined: Fri May 08, 2026 10:50 pm

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

Post 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.
Watching this space closely since 2019.
yuki71
Posts: 163
Joined: Mon Jan 06, 2025 1:05 pm

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

Post 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.
he/him | robotics hobbyist since the DARPA Grand Challenge days
Post Reply