Page 2 of 6

Re: Best practices for IMU-to-camera extrinsic calibration on a moving robot?

Posted: Sun Jun 07, 2026 11:55 am
by niklassantos
@williams84 I can speak to this a bit. 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. 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.

Re: Best practices for IMU-to-camera extrinsic calibration on a moving robot?

Posted: Wed Jun 10, 2026 7:39 am
by diego.moore6
@niklassantos This raises a question for me - 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: Best practices for IMU-to-camera extrinsic calibration on a moving robot?

Posted: Wed Jun 10, 2026 7:53 pm
by sven.smith4
@diego.moore6 This matches something I went through recently. 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: Best practices for IMU-to-camera extrinsic calibration on a moving robot?

Posted: Sun Jun 14, 2026 8:44 am
by jlefebvre
I dealt with almost this exact situation. 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: Best practices for IMU-to-camera extrinsic calibration on a moving robot?

Posted: Sat Jun 20, 2026 6:03 am
by jwang
@jlefebvre One nitpick - 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. 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: Best practices for IMU-to-camera extrinsic calibration on a moving robot?

Posted: Thu Jun 25, 2026 9:37 pm
by barbara.jones
Worth being a little skeptical of the marketing angle here. 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. 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: Best practices for IMU-to-camera extrinsic calibration on a moving robot?

Posted: Tue Jul 07, 2026 9:08 am
by rtorres
Ran into exactly this myself. 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.

Re: Best practices for IMU-to-camera extrinsic calibration on a moving robot?

Posted: Thu Jul 09, 2026 5:36 am
by ethan.lewis5
Agreed, and I'd add: 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: Best practices for IMU-to-camera extrinsic calibration on a moving robot?

Posted: Sun Jul 19, 2026 12:43 pm
by rossi30
To answer this directly: 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. 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: Best practices for IMU-to-camera extrinsic calibration on a moving robot?

Posted: Tue Jul 21, 2026 6:31 am
by charlesbianchi
@rossi30 Counterpoint: 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.