Sem descrição

Haebeom Jung dbb32d995f Update README.md há 2 anos atrás
Examples 0df83dde1c V1.0: 22nd December 2021 há 3 anos atrás
Examples_old 0df83dde1c V1.0: 22nd December 2021 há 3 anos atrás
Thirdparty 0df83dde1c V1.0: 22nd December 2021 há 3 anos atrás
Vocabulary df16ecc040 Added code há 4 anos atrás
evaluation e1d7494c3a Fixed identation error há 4 anos atrás
include 0df83dde1c V1.0: 22nd December 2021 há 3 anos atrás
src 5c37fff7d8 Fixed error when camera model is "Rectified" há 2 anos atrás
.gitignore 0df83dde1c V1.0: 22nd December 2021 há 3 anos atrás
CMakeLists.txt bb3781c5cd update c++ and opencv version há 2 anos atrás
Calibration_Tutorial.pdf 0df83dde1c V1.0: 22nd December 2021 há 3 anos atrás
Changelog.md 0df83dde1c V1.0: 22nd December 2021 há 3 anos atrás
Dependencies.md 4452a3c4ab Update Dependencies.md há 3 anos atrás
LICENSE bd7d14ba71 First commit há 4 anos atrás
README.md dbb32d995f Update README.md há 2 anos atrás
build.sh 0df83dde1c V1.0: 22nd December 2021 há 3 anos atrás
build_ros.sh df16ecc040 Added code há 4 anos atrás

README.md

ORB-SLAM3-STEREO-FIXED

Modification

This repository is a modified version of ORB_SLAM3


August 3rd, 2022

  • Succesfully tested in Ubuntu 20.04 and ROS2 Foxy(with OpenCV 4.2.0)
  • Update from C++11 to C++14
  • Fixed unexpected error when start STEREO mode with Rectified camera type

How to build

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.