|
il y a 1 an | |
---|---|---|
Examples | il y a 1 an | |
Examples_old | il y a 1 an | |
Thirdparty | il y a 1 an | |
Vocabulary | il y a 4 ans | |
cam_slam3 | il y a 1 an | |
evaluation | il y a 4 ans | |
include | il y a 1 an | |
src | il y a 2 ans | |
.gitignore | il y a 2 ans | |
CMakeLists.txt | il y a 1 an | |
Calibration_Tutorial.pdf | il y a 3 ans | |
Changelog.md | il y a 3 ans | |
Dependencies.md | il y a 3 ans | |
LICENSE | il y a 4 ans | |
README.md | il y a 2 ans | |
build.sh | il y a 3 ans | |
build_ros.sh | il y a 4 ans |
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.