Here is calibrated result of imu with the stereo camera set to 640x400 resolution
cam0:
T_cam_imu:
- [0.03887680448008979, -0.9992016387989338, -0.009202124479843001, -0.0006451104397754213]
- [0.99846239120464, 0.0384805735529119, 0.03990111287861405, -0.0028735167146291523]
- [-0.03951515435032274, -0.010739202976226664, 0.9991612593050765, 0.000392439569927346]
- [0.0, 0.0, 0.0, 1.0]
cam_overlaps: [1]
camera_model: pinhole
distortion_coeffs: [0.026474033567193075, -0.05969556492611341, -0.002817745414182798,
0.004924235269650544]
distortion_model: radtan
intrinsics: [400.0064170380642, 397.2638167232537, 329.5418926134828, 197.04540739777443]
resolution: [640, 400]
rostopic: /cam0/image_raw
timeshift_cam_imu: 0.0008590827955647041
cam1:
T_cam_imu:
- [0.026880135407322037, -0.999628330381034, 0.004545263480889773, -0.07358932785004997]
- [0.9989752544416461, 0.027027644643332516, 0.036303545808673066, -0.0017805337977785335]
- [-0.036412900649807046, 0.003564761515223131, 0.999330472437225, -0.002939578961411555]
- [0.0, 0.0, 0.0, 1.0]
T_cn_cnm1:
- [0.9998334535948544, -0.011446106146888528, 0.014214490024609772, -0.07298279375678171]
- [0.011496829079291606, 0.9999278124509344, -0.0034918201857753366, 0.0011015625375971258]
- [-0.014173496170921451, 0.003654660197938216, 0.9998928719943602, -0.0033306182332533537]
- [0.0, 0.0, 0.0, 1.0]
cam_overlaps: [0]
camera_model: pinhole
distortion_coeffs: [0.016727023328150355, -0.04497168337727961, -0.002975051937495909,
0.005200871168133805]
distortion_model: radtan
intrinsics: [399.1877435307988, 395.58676406318335, 331.88450604453317, 194.85854223018865]
resolution: [640, 400]
rostopic: /cam1/image_raw
timeshift_cam_imu: -0.0009904323881395447
The eprom calibration for the left camera's intrinsics are
421.241 0 317.216
0 421.378 202.988
0 0 1
Little bit different. But eprom left to right extrinsics are
0.999711 -0.0122152 0.0207223 -7.458
0.0123016 0.999916 -0.00405039 0.0796994
-0.0206711 0.00430414 0.999777 0.082101
The number at the end of first row -7.458 seems wrong. That number is the distance of two camera if I understand correctly. 7.458 meters is way to large. I think it should be 0.07458 meters, which is close to value I got 0.07359
Thanks!