-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Why the translation results of y and z axis between IMU and camera are reverse with RealSenseD435i? #7865
Comments
Hi @opendvd If you are seeking to understand the transformation matrices between the IMU and the D435i's other camera sensors then the information in the link below may be helpful to you. |
Thank you. I checked this hyperlink that you provided, but did not find the answer I wanted. I want to know what caused the result of translation to be reverse? |
Is Kalibr taking account of how the left infrared imager is on the right side of the camera when viewed from a front-on perspective? |
|
I am not able to make use of Kalibr. It has already been established in another case that there can be large differences in Kalibr's calibration results with RealSense and with Mynteye. Bearing that in mind, I do not think that there is anything else that I can add that will be helpful, unfortunately. I would always recommend using RealSense's own IMU calibration tool. https://github.com/IntelRealSense/librealsense/tree/master/tools/rs-imu-calibration |
Thanks for your reply. I will continue to explore the cause of this problem. |
Hi @opendvd Do you have an update that you can provide, please? Thanks! |
Hi @opendvd Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
I use Kailbr to calibrate the RealSenseD435i, especially the external parameters between IMU and camera. But the external parameters of translation between IMU and camera confused me. The Kalibr's results are different with ideal value.
The ideal value is:
t_IC0 = [-0.006 0.005 0.012]T;
t_IC1 = [0.044 0.005 0.012]T;
But kalibr result is:
t_IC0 = [-0.00510796 0.01859231 0.00576145]T;
t_IC1 = [0.04383316 0.01886102 0.00574488]T;
So why the results of y and z axis are reverse?
Kalibr's result is here: results-imucam-imu_cameras_calibration.txt
The text was updated successfully, but these errors were encountered: