-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello #229
Comments
I have same problem |
you only need to satisfy cam1_T_cam0 = body_T_cam0*(body_T_cam1)^-1 |
THINKS!But iI just have the following parameters: [front] leftIntrinsics = {240.000000, 0.000000, 240.000000, 0.000000, 240.000000, 240.000015, 0.000000, 0.000000, 1.000000 } so i just have : it can't let me figure out body_T_cam0 and body_T_cam1 (。•́︿•̀。) |
you can set body_T_cam0 = Identity matrix,so body_T_cam1 = cam0_T_cam1 |
THINKS!I REALLY APPRECIATE IT. |
cam1_T_cam0 = [RotationLeftInRight | translationLeftInRight],,or cam0_T_cam1 = [RotationLeftInRight | translationLeftInRight] ? |
cam0_T_cam1 |
OK |
May I ask about the performance of your VINS-Fusion with a pure stereo setup? |
I haven't calibrated the binocular camera + IMU yet. I only have the internal parameters of my camera, and I fill in the body_to_cam as described above, and I can't achieve trajectory estimation. But I can achieve binocular trajectory estimation with XTDRONE's body_to_cam parameters, but not with IMU (severe drift). So I'm now learning the binocular + IMU calibration process. |
Can I add you a wechat? |
Has anyone tested only stero, and how do you get body_T_cam0 and body_T_cam1?
The text was updated successfully, but these errors were encountered: