Skip to content
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

Questions about extrinsic parameter #2

Closed
zzwu29 opened this issue Apr 16, 2023 · 3 comments
Closed

Questions about extrinsic parameter #2

zzwu29 opened this issue Apr 16, 2023 · 3 comments

Comments

@zzwu29
Copy link

zzwu29 commented Apr 16, 2023

Thanks for your brilliant work!
I have two questions to ask. Could you help me?

First, I cannot find the extrinsic between LiDAR and IMU. Also, I don't understand the extrinsic between IMU and RGB camera, IMU from D455 was used in the dataset, does that mean the extrinsic between IMU and RGB camera can be considered as eye(4)?

Thank you very much!

@yunzc
Copy link
Member

yunzc commented Apr 16, 2023

Regarding the first question: we never directly used the extrinsic between the LiDAR and the IMU (which is on the realsense camera), so let me get back to you on this. (Kimera-Multi itself doesn't use the LiDAR)

Regarding the second question:
For Kimera in general, we assumed the body frame to be the IMU frame. Hence the body-to-IMU extrinsic is identity: (T_BS in this file)
As for the extrinsic between IMU and RGB Camera, it depends on how you define the RGB camera frame. For example, if it is defined as the IMU frame, then it is the identity; otherwise, if you choose the RGB camera frame as the frame of the left camera, the extrinsic is here).

Hope that clarifies things.

@zzwu29
Copy link
Author

zzwu29 commented May 4, 2023

Thank you!

@zzwu29 zzwu29 closed this as completed May 4, 2023
@plusk01
Copy link

plusk01 commented Oct 17, 2023

extrinsics available here #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants