-
Notifications
You must be signed in to change notification settings - Fork 233
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
whether this project support monocular Visual inertial SLAM ? #12
Comments
IMO, the derivation in the ICE-BA paper applies to both monocular and stereo visual inertial SLAM. The provided EuRoc_test app runs well with stereo images. To test the monocular case, I inserted the following statement after line 365 of EuRoc_test.cpp. ./bin/ice_ba --imgs_folder /media/Elements/dataset/euroc/MH_01_easy --start_idx 0 --end_idx -1 --iba_param_path config/param.txt --gba_camera_save_path /media/Elements/dataset/euroc/result/MH_01_easy.txt This should be a minor issue though. After all, I believe, ICE-BA indeed supports monocular VISLAM. |
Yes it supports monocular VISLAM. But current version for monocular is not stable enough. I will fix this problem soon. |
got it , thanks a lot |
Is there a stable version for monocular yet? @liuhaomin |
I noticed that the project has a macro named CFG_STEREO, whether this project support monocular Visual inertial SLAM ?
The text was updated successfully, but these errors were encountered: