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

Why is LoopClosure off in IMU mode? #14

Open
highlightz opened this issue Oct 25, 2017 · 1 comment
Open

Why is LoopClosure off in IMU mode? #14

highlightz opened this issue Oct 25, 2017 · 1 comment

Comments

@highlightz
Copy link

As is shown in LoopClosing.cc, Loop Detection is off in IMU mode.
Does any one notice this and understand why?

            // Check if there are keyframes in the queue
            if (CheckNewKeyFrames()) {
                // Detect loop candidates and check covisibility consistency
                if (DetectLoop()) {
                    if (!mbUseIMU) {
                        // Compute similarity transformation [sR|t]
                        // In the stereo/RGBD case s=1
                        if (ComputeSim3()) {
                            // Perform loop fusion and pose graph optimization
                            LOG(INFO) << "Find a loop, correct it" << endl;
                            CorrectLoop();
                        }
                    }
                }
            }
@Chrislzy1993
Copy link

may it just do VIO not VISLAM, it just my guess!

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