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

pre-integration problem #20

Open
Yingsheng123 opened this issue Jun 14, 2024 · 3 comments
Open

pre-integration problem #20

Yingsheng123 opened this issue Jun 14, 2024 · 3 comments

Comments

@Yingsheng123
Copy link

hello,if i want to use it in VINS-MONO,should i change pre-integration of vins-mono,the algorithm is not work well in vins-mono now, i just transplant bias and translation part

@HeYijia
Copy link

HeYijia commented Jun 16, 2024

You don't need to modify the imu pre-integration code of vins-mono. You have to replace vinsmono's function initialStructure() with our algorithm, and you should carefully read the interface of these functions.

@jerryjifjsdbf
Copy link

So you just need to change this function of initialStructure() in vins-mono

@Yingsheng123
Copy link
Author

You don't need to modify the imu pre-integration code of vins-mono. You have to replace vinsmono's function initialStructure() with our algorithm, and you should carefully read the interface of these functions.

I have transplant the algorithm in vins-mono initialStructure()(without gravity optimization part),other parts remain the same as vins-mono, I find that the bias is estimate correctly(should modify addFeatureCheckParallax() function), but the translation part is incorrect. Do you know the reason?

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

3 participants