-
Notifications
You must be signed in to change notification settings - Fork 258
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
Ability to delete edge #21
Comments
The current implementation does not provide a way to delete an edge. But, we will definitely add this ability in the future version. So far, you can try the devel branch that incorporates some new features, and one of them allows the user to replace an existing pose edge constraint. You can select two keyframes that are connected by a wrong edge and give a correct pose. Then, the existing constraint will be replaced with the new one. |
OK, thanks for the info. In the meantime for the incorrect hdl_graph_slam edges, I've found I can manually delete them in the exported g2o file. But yes a 'click and delete edge' feature would be very handy 👍👍 |
Preliminary implementation of the deleting edge ability is now available on the devel branch. |
Thank for adding delete edge button, but when I check the function |
Can you point the code with a permalink so that I can take a look at it? |
|
Hello, thanks for the great package!
I'm just wondering if there is a way to delete edges with this tool?
The map I import from hdl_graph_slam has some incorrect loop closures I'd like to delete. Additionally I sometimes manually add loop closures incorrectly, and I'd like a way to undo them.
Is there a way to delete these edges?
The text was updated successfully, but these errors were encountered: