Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 677 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 677 Bytes

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 )