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

Dynamic Initialization Problem #204

Closed
QingfengLi-hit opened this issue Sep 28, 2021 · 1 comment · Fixed by #232
Closed

Dynamic Initialization Problem #204

QingfengLi-hit opened this issue Sep 28, 2021 · 1 comment · Fixed by #232
Labels
question Theory or implementation question

Comments

@QingfengLi-hit
Copy link

The current initialization scheme requires static conditions. If the static conditions are not good, it will drift away later. I plan to use SFM to solve , but with this method, the covariance in the sliding window cannot be obtained, and only the result of the state(ba, bg, pose,v) can be used.
Is there any good initialization scheme for msckf?

@goldbattle goldbattle added the question Theory or implementation question label Oct 8, 2021
@goldbattle
Copy link
Member

Here are some papers that might get you started, hope this helps.

Closed-form solution of visual-inertial structure from motion
Agostino Martinelli
https://hal.archives-ouvertes.fr/hal-00905881/document

Visual-Inertial Monocular SLAM with Map Reuse
Raul Mur-Artal, Juan D. Tardos
https://arxiv.org/abs/1610.05949

Robust initialization of monocular visual-inertial estimation on aerial robots
Tong Qin; Shaojie Shen
https://ieeexplore.ieee.org/document/8206284

Revisiting visual-inertial structure from motion for odometry and SLAM initialization
Georgios Evangelidis, Branislav Micusik
https://arxiv.org/abs/2006.06017

An Analytical Solution to the IMU Initialization Problem for Visual-Inertial Systems
David Zuñiga-Noël, Francisco-Angel Moreno, Javier Gonzalez-Jimenez
https://arxiv.org/abs/2103.03389

@goldbattle goldbattle changed the title initialization problem Dynamic Initialization Problem Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Theory or implementation question
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants