g2opy icon indicating copy to clipboard operation
g2opy copied to clipboard

Pose Graph Optimization

Open phildue opened this issue 6 years ago • 2 comments

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 avatar Jan 31 '19 09:01 phildue

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

phildue avatar Feb 04 '19 09:02 phildue

@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.

medakk avatar May 29 '19 05:05 medakk