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

ORB_SLAM2_SuperPoint loop closure #1

Open
Leaf-G opened this issue Apr 14, 2023 · 2 comments
Open

ORB_SLAM2_SuperPoint loop closure #1

Leaf-G opened this issue Apr 14, 2023 · 2 comments

Comments

@Leaf-G
Copy link

Leaf-G commented Apr 14, 2023

ORB_SLAM2_SuperPoint repository:
About "For the sequences that end with loop closure, sometimes occurs seg fault",could you tell me the reason? And when i add "usleep(1000)":
usleep(1000); Optimizer::OptimizeEssentialGraph(mpMap, mpMatchedKF, mpCurrentKF, NonCorrectedSim3, CorrectedSim3, LoopConnections, mbFixScale);
I tried several times and this error doesn't happen anymore.
Could you help me? Thank you very much!

@Gabriel-SGama
Copy link
Owner

It was an error I noticed when testing the sequence 00 from KITTI Dataset. It was always at the end and didn't occur in most of the other trajectories. I tried adding a delay time to the loop closure when the pipeline ends but didn't help. I couldn't figure out the reason, though. If adding this usleep(1000) to the loop closure solved the issue without interfering with the pipeline, can you make a PR?

@Leaf-G
Copy link
Author

Leaf-G commented Apr 14, 2023

sorry, I try it again.This error didn't solve. I also didn't know this reason for the error.

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