Giter Club home page Giter Club logo

ndt-algorithm's Introduction

The 2D Normal Distributions Transform( NDT ) Scan Match Method

This repo implemented a 2d NDT algorithm by c++ language without the pcl library.
The only dependencies the code needs are Eigen and Opencv(alternative, only for displaying the scan points).
NDT is a more efficient and less computational scan matching method compared with ICP. Can be used for 2D laser odometer or SLAM front-end directly.

How to use

dependencies:

Eigen3
Opencv3.4.1 ( Alternative )

build:

mkdir build
cd build
cmake ..
make

in directory: build/bin/
execuate the command:

./ndt_test or ./ndt_laser_odometry

Test Result

matching between two scans:
img
img
laser odometer test:
img

Reference

[1] Peter Biber, Wolfgang Straaer. The Normal Distributions Transform: A New Approach to Laser Scan Matching.

Extral

This algorithm is also ported to embedded devices. I tested it on ESP32, and the result shows that the algorithm performs well.For more details, please refer to this repo: https://github.com/softdream/NDT_Laser_Odometer_ESP32

ndt-algorithm's People

Contributors

softdream avatar

Stargazers

 avatar

Watchers

 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.