Skip to content

This repository is modified from Xiang Gao's "ORB_SLAM2_modified".It is added a dense loopclosing map model.

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
License-gpl.txt
Notifications You must be signed in to change notification settings

zhiqianglife/ORB-SLAM2_RGBD_DENSE_MAP

 
 

Repository files navigation

Update for unpacked ROB_SLAM with pcl view repo

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

     chmod +x build.sh
     ./build.sh

only build the ORB_SLAM2 mode with pcl

    mkdir build
    cd build
    cmake ..
    make -j

Run:

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

What are modified:

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

About

This repository is modified from Xiang Gao's "ORB_SLAM2_modified".It is added a dense loopclosing map model.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
License-gpl.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.8%
  • Makefile 17.1%
  • CMake 4.9%
  • C 2.1%
  • Shell 0.1%