Coder Social home page Coder Social logo

ajithkrishnan / laser_scan_matcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nku-mobfly-robotics/laser_scan_matcher

0.0 0.0 0.0 50 KB

An incremental laser scan matcher, using PLICP (point-to-line iterative closest point) scan matching algorithm.

CMake 0.80% C++ 99.20%

laser_scan_matcher's Introduction

Laser Scan Matcher for ROS

The repo is the implementation of Point-to-Line Iterative Closest Point (PL-ICP) algorithm proposed by Censi [1]. The original code can be found in [2]. However, there are some bug about ROS tf transform in the original code. I fixed the bug and added the mapping module following the programming habits in open karto library [3].

How to use on Ubuntu?

1. This package has been tested well on Ubuntu 16.04 LTS, and the version of ROS is kinetic.

2. If you want to use it, you must install csm first:
    $ sudo apt-get install ros-kinetic-csm
    
3. clone and catkin_make
    $ cd catkin_ws/src/
    $ git clone https://github.com/WENJIAN0629/laser_scan_matcher
    $ cd..
    $ catkin_make

Thanks

[1] A. Censi, "An ICP variant using a point-to-line metric," in IEEE International Conference on Robotics and Automation (ICRA), 2008.

[2] https://github.com/ccny-ros-pkg/scan_tools

[3] https://github.com/ros-perception/open_karto

laser_scan_matcher's People

Contributors

nkuwenjian 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.