|
пре 1 година | |
---|---|---|
Examples | пре 1 година | |
Examples_old | пре 1 година | |
Thirdparty | пре 1 година | |
Vocabulary | пре 4 година | |
cam_slam3 | пре 1 година | |
evaluation | пре 4 година | |
include | пре 1 година | |
src | пре 2 година | |
.gitignore | пре 2 година | |
CMakeLists.txt | пре 1 година | |
Calibration_Tutorial.pdf | пре 3 година | |
Changelog.md | пре 3 година | |
Dependencies.md | пре 3 година | |
LICENSE | пре 4 година | |
README.md | пре 2 година | |
build.sh | пре 3 година | |
build_ros.sh | пре 4 година |
This repository is a modified version of ORB_SLAM3
Clone the repository:
git clone https://github.com/zang09/ORB-SLAM3-STEREO-FIXED.git ORB_SLAM3
Install same required dependencies as original version. Then,
Execute:
cd ORB_SLAM3
chmod +x build.sh
./build.sh
This will create libORB_SLAM3.so at lib folder and the executables in Examples folder.