ethz-asl / kalibr

The Kalibr visual-inertial calibration toolbox
Other
4.43k stars 1.4k forks source link

question about position between imu and camera #580

Closed wangjinhoon closed 2 years ago

wangjinhoon commented 2 years 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 2 years 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 2 years ago

Thank you for reply.