Skip to content

sunzuolei/orb_slam2_android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

orb_slam2_android

Implement ORB SLAM2 on an Android Phone.

ORB SLAM2

basic ORB SLAM2 project source code is on:https://github.com/raulmur/ORB_SLAM2
you can also find Related Publications about this project on this page.

thanks to the reference program

the original refernence program is on: https://github.com/kevinwchn/slamit_ORBSLAM2_on_Android
make it possible to run after dubugging and at the same time partly changed the UI.

environment already tested

Compiling environment: android studio 2.2
Test environment: android 7.0

files needed

this program need two files before running, both camera setting file and vocabulary file.
you can find the vocabulary file from:
https://github.com/raulmur/ORB_SLAM2/tree/master/Vocabulary
setting file can be designed according to:
https://github.com/raulmur/ORB_SLAM2/blob/master/Examples/Monocular/TUM1.yaml

the default path:
setting file: "/storage/emulated/0/SLAM/Calibration/List.yaml"
vocabulary file: "/storage/emulated/0/SLAM/VOC/ORBvoc.txt"

if you want to change the path please swipe left on the main page

openCV depandence

this release no need to open openCV manager on the phone.
already packed in the apk.

About

Implement ORB SLAM2 on an Android Phone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published