Skip to content

EXing/ORB_SLAM2

Repository files navigation

ORB_SLAM with dense map and kinect2 support

build:

build the whole project ( inclouding binary loading tools ):

Before all the cmd, DONOT forget to download the Vocabulary form the origin repo and place it into dir ./Vocabulary

     cd ORBSLAM2
     chmod +x build.sh
     ./build.sh

Run:

    ./run/rgbd_tum Vocabulary/ORBvoc.bin path_to_settings path_to_sequence path_to_association

What are modified:

  • changing the vocabulary loading method into binary mod

  • adding a pointcloud viewer( realized by adding a viewer thread )

  • changing the CMakeLists.txt that all the executable files are placed in ./bin

  • adding Example of Kinect2 by using iai_kinect

Releases

No releases published

Packages

No packages published

Languages