ORBSLAM3 adapted for Ubuntu 20 and ROS Noetic if neccesary.
I added Pangolin version compatible with Ubuntu 20 and ORB_SLAM3, so, we need to install it.
=== Required Dependencies ===
-
C++11
-
OpenGL (Desktop / ES / ES2)
-
Glew
-
(win) built automatically
-
(deb) sudo apt-get install libglew-dev
-
(mac) sudo port install glew
-
CMake (for build environment)
-
(deb) sudo apt-get install cmake
-
(mac) sudo port install cmake
=== Building ===
-
Enter Pangolin path
- cd ORB_SLAM3_NOETIC/Pangolin
-
Build Pangolin
- mkdir build
- cd build
- cmake ..
- make -j
-
Test Pangolin
- cd ORB_SLAM3_NOETIC/Pangolin/examples/HelloPangolin
- mkdir build
- cd build
- cmake ..
- make -j
- ./HelloPangolin
I added ORB_SLAM3 version compatible with Ubuntu 20 and ORB_SLAM3, so, for install and use just follow official steps at: https://github.com/UZ-SLAMLab/ORB_SLAM3 (except clone official ORBSLAM3, or you can test it too)
Here is a video testing it: