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

Compile g2o as shared libraries #14

Closed
wants to merge 1 commit into from
Closed

Conversation

oseiskar
Copy link
Collaborator

@oseiskar oseiskar commented Aug 20, 2020

This can be used to work around certain static-linking related bugs and problems in g2o. Namely, I got

fatal error in creating cache of type CACHE_CAMERA
addEdge: FATAL, cannot resolve caches for edge 0x7f3d14575680

while trying to use EdgeSE3PointXYZDepth edges. Unlike RainerKuemmerle/g2o#58, where a similar error is mentioned, this seems to be an actual bug since I did not try to use any custom types.

This PR is a work-around that should not be merged. This should instead be fixed by forking g2o and fixing the issue there if the above edge type is needed and this does not turn out to be caused by something else.

This can be used to work around certain static-linking related
bugs and problems in g2o.
@oseiskar oseiskar closed this Jul 9, 2021
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

Successfully merging this pull request may close these issues.

1 participant