ethz-asl / kalibr

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

StereoCameras Vins Fusion #703

Closed jimakos96 closed 1 month ago

jimakos96 commented 2 months ago

Hi , i have used kalibr example (https://github.com/ethz-asl/kalibr/wiki/multiple-camera-calibration ) to calibrate my stereo Cameras and i got the following result .

`
cam0: cam_overlaps: [1] camera_model: pinhole distortion_coeffs: [0.005920792469494964, -0.03616664911765219, 0.037222850222450116, 0.011123305812269288] distortion_model: radtan intrinsics: [665.5152560695802, 670.2721955542529, 339.08810644312905, 268.59706064619024] resolution: [640, 480] rostopic: /cam0/mine_raw cam1: T_cn_cnm1:

`

I want to add this configuration to Vins Fusion to run it with directly with my cameras. My problem is that the configuration yaml files that i have found from vins fusion with stereo_cameras (https://github.com/HKUST-Aerial-Robotics/VINS-Fusion/blob/master/config/A3_ptgrey/a3_ptgrey_stereo_config.yaml ) are different than my calibration output .I am not using an IMU in my setup.

goldbattle commented 1 month ago

I recommend opening an issue that software platform on how to create their configuration file.

If you just need the frame-to-frame then T_cn_cnm1 and each cameras' intrinsics should be sufficient?