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