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

g2o file format EDGE_SE3:QUAT information matrix #699

Open
XihangYU630 opened this issue Jun 26, 2023 · 2 comments
Open

g2o file format EDGE_SE3:QUAT information matrix #699

XihangYU630 opened this issue Jun 26, 2023 · 2 comments

Comments

@XihangYU630
Copy link

One question: Does anyone know in g2o pose graph solver, it processes .g2o file format EDGE_SE3:QUAT information matrix as covariance of [x, y, z, roll, pitch, yaw] (Euler Angle), [x, y, z, qx, qy, qz] (quaternion) or other formats? I cannot find any official documentation here. Thanks!

@RainerKuemmerle
Copy link
Owner

It's [x, y, z, qx, qy, qz]

@anilesec
Copy link

@RainerKuemmerle

I have difficulty in computing the information matrix for the following example(I have vertex and edge with constraints, but I don't know how is information matrix is obtained). Could you please show one simple example? sorry if its too simple question, I am new to this SLAM

VERTEX_SE3:QUAT 0 0.000000 0.000000 0.000000 0.0000000 0.0000000 0.0000000 1.0000000
VERTEX_SE3:QUAT 1 0.939375 -0.022347 -0.028831 0.1175925 -0.3414281 -0.7976288 0.4831016

EDGE_SE3:QUAT 0 1 0.939375 -0.022347 -0.028831 0.1175925 -0.3414281 -0.7976288 0.4831016 100.000000 0.000000 0.000000 0.000000 0.000000 0.000000 100.000000 0.000000 0.000000 0.000000 0.000000 100.000000 0.000000 0.000000 0.000000 400.000000 0.000000 0.000000 400.000000 0.000000 400.000000

Can you please help me understand how the information matrix compute?

Thanks in advance!

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