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

Pose Graph Optimization #23

Open
phildue opened this issue Jan 31, 2019 · 2 comments
Open

Pose Graph Optimization #23

phildue opened this issue Jan 31, 2019 · 2 comments

Comments

@phildue
Copy link

phildue commented Jan 31, 2019

Hi,
first of all thanks for providing the python bindings.
I'm trying to implement a Pose Graph Optimization based on some C++ code where they use the edge: EdgeSE3ProjectXYZOnlyPose(). In this example they use the Xw property of this class to store the 3D locations of the points. These are required to computer the projection error.

In the python bindings I cannot access this property. Is this a bug? Also, I was wondering how you would use this class instead, or how to perform the pose graph optimization.

Thanks

@phildue
Copy link
Author

phildue commented Feb 4, 2019

Follow up: If I just set the VertexSBAPoints as fixed, doesnt it perform pose graph optimization then?

@medakk
Copy link

medakk commented May 29, 2019

@phildue Did you figure out how to access the properties?

I'm working around my issue by adding the properties to the code and recompiling.

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