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

How to use the calibrated transformations outside ROS? #38

Open
paaraujo opened this issue May 3, 2022 · 1 comment
Open

How to use the calibrated transformations outside ROS? #38

paaraujo opened this issue May 3, 2022 · 1 comment

Comments

@paaraujo
Copy link

paaraujo commented May 3, 2022

Hi, I could successfully run the calibration workflow. Now, I have a couple of YAML files with the transformation matrix inside. However, I am not planning to use that inside ROS. So, what is the format of the transformation matrix? I see it is a homogenous matrix, but how can I properly extract the relative distance of the sensors wrt to the reference? For example, I assumed the homogenous matrix and I prepared a 4x4 matrix, I considered the last column as my translation vector [X, Y, Z]. I compared these values with the estimation I have from the hardware, and they are not close. Is there a proper way to extract this information? Thank you.

@RonaldEnsing
Copy link
Member

I would also expect that if you have a 4x4 matrix, the last column would contain the X, Y, Z values. Can you share your resulting matrix here?

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

2 participants