ethz-asl / kalibr

The Kalibr visual-inertial calibration toolbox
Other
4.28k stars 1.39k forks source link

question about position between imu and camera #580

Closed wangjinhoon closed 1 year ago

wangjinhoon commented 1 year ago

Hi i dont know about this so i need help Can I not care about the position between my imu and my cameras when I actually run imu_camera_calibration? If I care, where should I save that value?

It will be of great help to me, thank!

goldbattle commented 1 year ago

The calibration itself will estimate this transformation. It is crucial that this value is estimated. The script doesn't require you to input an initial guess of the camera to IMU transform and should fine it automatically.

wangjinhoon commented 1 year ago

Thank you for reply.