HKUST-Aerial-Robotics / VINS-Mono

A Robust and Versatile Monocular Visual-Inertial State Estimator
GNU General Public License v3.0
4.93k stars 2.09k forks source link

About the came intrinsic prameter #206

Open gbdpf opened 6 years ago

gbdpf commented 6 years ago

I have downloaded the data of Euroc in zip format, and there is several yaml files. But I found that the camera parameters are different with parameters in euroc_config.yaml. Here are the camera intrinsic parameter in sensor.yaml about cam0:

But in euroc_config.yaml, they are: distortion_parameters:

yeukfu commented 6 years ago

I also found the difference. What is strange is that with parameters in euroc_config.yaml I got more precise estimation output.

AIgithub22 commented 5 years ago

the parameters in euroc_config.yaml is calibrated by Kalibr witch is the calibration tools vinsmono recommended.

XiaoxingChen commented 4 years ago

the parameters in euroc_config.yaml is calibrated by Kalibr witch is the calibration tools vinsmono recommended.

EuroC and Kalibr are both released by ETHZ-ASL, I don't think the senser.yaml from EuroC was calibrated by tools other than Kalibr.