|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
Examples | %!s(int64=3) %!d(string=hai) anos | |
Examples_old | %!s(int64=3) %!d(string=hai) anos | |
Thirdparty | %!s(int64=3) %!d(string=hai) anos | |
Vocabulary | %!s(int64=4) %!d(string=hai) anos | |
evaluation | %!s(int64=4) %!d(string=hai) anos | |
include | %!s(int64=3) %!d(string=hai) anos | |
src | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
CMakeLists.txt | %!s(int64=2) %!d(string=hai) anos | |
Calibration_Tutorial.pdf | %!s(int64=3) %!d(string=hai) anos | |
Changelog.md | %!s(int64=3) %!d(string=hai) anos | |
Dependencies.md | %!s(int64=3) %!d(string=hai) anos | |
LICENSE | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
build.sh | %!s(int64=3) %!d(string=hai) anos | |
build_ros.sh | %!s(int64=4) %!d(string=hai) anos |
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.