Skip to content

mfkiwl/scancontext-pybind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scancontext-pybind

News

  • Currently (Apr. 2022), not a set of full features are made yet. For checking the features currently supported, see wrapper.cpp.

Purpose

Build

  • Dependency: eigen, nanoflann, and pybind11 (for details, see CMakeLists.txt)
    • ps. this KCP repo kindly explains how to install them.
  • for the build, follow these lines,
     $ mkdir build
     $ cd build
     $ cmake ..
     $ make
    
  • NOTE: You also need to add path before the use.
     $  export PYTHONPATH=$PYTHONPATH:{YOUR_PATH}/build/python
    

Use examples

  • For the hands-on exploration of the supported features, for example (you need numpy and open3d),
     $ cd tests 
     $ python3 test_make_desciptor.py
    

Docker support

  • TBA

Applications

PyICP-SLAM2

  • TBA ...

Cite

  @ARTICLE { gskim-2021-tro,
      AUTHOR = { Giseop Kim and Sunwook Choi and Ayoung Kim },
      TITLE = { Scan Context++: Structural Place Recognition Robust to Rotation and Lateral Variations in Urban Environments },
      JOURNAL = { IEEE Transactions on Robotics },
      YEAR = { 2021 }
  }

  @INPROCEEDINGS { gkim-2018-iros,
    author = {Kim, Giseop and Kim, Ayoung},
    title = { Scan Context: Egocentric Spatial Descriptor for Place Recognition within {3D} Point Cloud Map },
    booktitle = { Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems },
    year = { 2018 },
    month = { Oct. },
    address = { Madrid }
  }

Ack

  • Thanks to the author of KCP. The pybind wrapper src and the directory structures were borrowed from KCP.

About

LiDAR place recognition. For fast python support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 90.0%
  • CMake 5.5%
  • Python 4.5%