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

Parameters between Lidar and Imu/GNSS #16

Closed
ManChrys opened this issue Jul 19, 2022 · 7 comments
Closed

Parameters between Lidar and Imu/GNSS #16

ManChrys opened this issue Jul 19, 2022 · 7 comments

Comments

@ManChrys
Copy link

Hello,

i have a livox mid 40 and an INS/GNSS system (xsens mti g 710) . I would like to ask you whats these parameters mean

<rosparam param="Extrinsic_T_livox2gnss"> [0.997573, -0.024254, 0.065274, 0.322019,
                                           0.023477, 0.999644, 0.012663, 0.043158,
                                           -0.066402, -0.011080, 0.997733, 0.456606,
                                           0.0, 0.0, 0.0, 1.0]</rosparam>

I understand that some of them are the distances between lidar and imu but could you explain every number on this table what represents?

Thanks in advance.

@SiyuanHuang95
Copy link
Collaborator

Hi,

Thanks for your interest in our project.

The T matrix contains the Rotation matrix and translation vector.

R = T [0:2, 0:2]
t = T[0:2, 3]

so you would figure out that the rotation matrix is almost an identity matrix and translation vector is small.

Best

@InterKnight
Copy link

Hi,

Thanks for your interest in our project.

The T matrix contains the Rotation matrix and translation vector.

R = T [0:2, 0:2] t = T[0:2, 3]

so you would figure out that the rotation matrix is almost an identity matrix and translation vector is small.

Best

[0.997573, -0.024254, 0.065274, 0.322019,
0.023477, 0.999644, 0.012663, 0.043158,
-0.066402, -0.011080, 0.997733, 0.456606,
0.0, 0.0, 0.0, 1.0]

that means 0.322019 is x translation, 0.043158 is y translation, 0.456606 is z translation ?

@InterKnight
Copy link

Hi,think you for great project.
I have another question about parameters:
why parameters in livox_odometry.launch is not same with that in livox_mapping.launch ?

@SiyuanHuang95
Copy link
Collaborator

Hi,
Thanks for your interest in our project.
The T matrix contains the Rotation matrix and translation vector.
R = T [0:2, 0:2] t = T[0:2, 3]
so you would figure out that the rotation matrix is almost an identity matrix and translation vector is small.
Best

[0.997573, -0.024254, 0.065274, 0.322019, 0.023477, 0.999644, 0.012663, 0.043158, -0.066402, -0.011080, 0.997733, 0.456606, 0.0, 0.0, 0.0, 1.0]

that means 0.322019 is x translation, 0.043158 is y translation, 0.456606 is z translation ?

@InterKnight Right

@SiyuanHuang95
Copy link
Collaborator

Hi,think you for great project. I have another question about parameters: why parameters in livox_odometry.launch is not same with that in livox_mapping.launch ?

@InterKnight Usually the translation part does not affect the final result much. And the rotation part is almost identical.

@SiyuanHuang95 SiyuanHuang95 reopened this Aug 4, 2022
@InterKnight
Copy link

Hi,think you for great project. I have another question about parameters: why parameters in livox_odometry.launch is not same with that in livox_mapping.launch ?

@InterKnight Usually the translation part does not affect the final result much. And the rotation part is almost identical.

thank you very much!

@SiyuanHuang95
Copy link
Collaborator

When no further questions, I will close this issue.

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