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

Segfault whenever map is initialized #57

Open
connorsoohoo opened this issue Jul 31, 2018 · 0 comments
Open

Segfault whenever map is initialized #57

connorsoohoo opened this issue Jul 31, 2018 · 0 comments

Comments

@connorsoohoo
Copy link

connorsoohoo commented Jul 31, 2018

I'm trying to fuse a GPU-accelerated version of ORB Slam with your IMU modifications. Essentially it moves feature tracking to the GPU. Here is my branch with the IMU mods: https://github.com/connorsoohoo/ORB-SLAM2-GPU2016-final/tree/imu
I'm running the Euroc dataset, and whenever the feature tracking map becomes initialized it segfaults. Anyone have an idea what the problem is? I'm thinking that the main issue is that the IMU measurements are trying to become re-synced with the feature tracking, which can't happen because I moved the process to the GPU.

image

My run parameters are given below.

image

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

1 participant