GithubHelp home page GithubHelp logo

crankler / ikd-tree Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hku-mars/ikd-tree

0.0 1.0 0.0 78.79 MB

This repository provides implementation of an incremental k-d tree for robotic applications.

Makefile 0.33% C++ 99.67%

ikd-tree's Introduction

ikd-Tree

ikd-Tree is an incremental k-d tree designed for robotic applications. The ikd-Tree incrementally updates a k-d tree with new coming points only, leading to much lower computation time than existing static k-d trees. Besides point-wise operations, the ikd-Tree supports several features such as box-wise operations and down-sampling that are practically useful in robotic applications.

Developers

Yixi Cai 蔡逸熙: Data structure design and implementation

Wei Xu 徐威: Incorporation into LiDAR-inertial odometry package (FAST_LIO2 Released)

More details please refer to our paper and video~

Related paper

Related paper available on arxiv:

ikd-Tree: An Incremental K-D Tree for robotic applications

Related video: https://youtu.be/ueOunk03zxA

Version 2

  • We upgraded our ikd-Tree to achieve a more stable and efficient performance. More details are shown as follows:
    • Replace the queue and priority queue in STL with our code to avoid memory conflicts.
    • Fix some bugs in re-building of the previous version, which may result in information loss during the multi-thread re-building process.
    • Add a new parameter max_dist to support ranged search to achieve faster nearest search in robotic applications.
    • Fix minor bugs to improve the overall performance.

ikd-tree's People

Contributors

ecstasy-ec avatar xw-hku avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.