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 add constraints between 3D points? #172

Open
aseyfi opened this issue Apr 24, 2017 · 3 comments
Open

How to add constraints between 3D points? #172

aseyfi opened this issue Apr 24, 2017 · 3 comments
Labels

Comments

@aseyfi
Copy link

aseyfi commented Apr 24, 2017

Hello,

I am using g2o for 3D SLAM. In my application, the location of some of the landmarks (3D points) in the environment are known to me, for example I know the Euclidean distance between some of the landmarks, or I know if they are located on the same plane (on a wall for example). I would like to use this extra information to improve the results of the pose graph optimization.
Would somebody please tell me how these constraints should be added? Are they currently part of the g2o implementation? Do I need to created my own custom g2o edges?

Thank You,
Ahmad

@AlejandroSilvestri
Copy link

@aseyfi , I am working on the same problem.

I believe you have to create your own custom edges, and perhaps create your own custom vertex.

@JunsukLee
Copy link

Could you give me a solution to this problem??

Or could you provide some reference material?

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants