# orb_slam2_android **Repository Path**: yeshanquan/orb_slam2_android ## Basic Information - **Project Name**: orb_slam2_android - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.