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

Orb-Slam3 imu support #1

Open
6789012 opened this issue Mar 18, 2024 · 1 comment
Open

Orb-Slam3 imu support #1

6789012 opened this issue Mar 18, 2024 · 1 comment

Comments

@6789012
Copy link

6789012 commented Mar 18, 2024

Hello, is it possible to implement orb-slam 3 imu? I've been trying to do this for a week now, I can't get it (it just doesn't compile, constantly referring to differents errors. By correcting them, new ones are constantly appearing). Maybe you can give some advices on how to do this? And your mail for communication is not working (error 550)

@Jianxff
Copy link
Owner

Jianxff commented Mar 18, 2024

Sorry for the wrong mail address as I have changed it recently. I will update it soon.

For supporting ORB-SLAM3, firstly you need to build thirdparty library through Android NDK (the thirdparty modules are different from ORB-SLAM2) . You may need to modify CMakeLists, change the library path for OpenCV, g2o and other libraries. If you change the directory structure, the 114 to 116 lines for grabing files must be rewrite.

Maybe you can provide with more error message for debuging.

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