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

Slam update #266

Closed
poudyalbot opened this issue Aug 2, 2022 · 2 comments
Closed

Slam update #266

poudyalbot opened this issue Aug 2, 2022 · 2 comments
Labels
question Theory or implementation question

Comments

@poudyalbot
Copy link

Res sir/mam,
Is it possible to do only visual inertial slam without msckf update or is the msckf update and slam update dependent on each other.
Thank you

@goldbattle goldbattle added the question Theory or implementation question label Aug 3, 2022
@goldbattle
Copy link
Member

Set max_slam to zero if you don't want SLAM features.
Set max_msckf_in_update to zero if you don't want MSCKF features.
Hope this helps.

max_clones: 11 # how many clones in the sliding window
max_slam: 50 # number of features in our state vector
max_slam_in_update: 25 # update can be split into sequential updates of batches, how many in a batch
max_msckf_in_update: 40 # how many MSCKF features to use in the update
dt_slam_delay: 1 # delay before initializing (helps with stability from bad initialization...)

@poudyalbot
Copy link
Author

poudyalbot commented Aug 3, 2022 via email

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

No branches or pull requests

2 participants