All Projects → nkuwenjian → laser_scan_matcher

nkuwenjian / laser_scan_matcher

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

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to laser scan matcher

GA SLAM
🚀 SLAM for autonomous planetary rovers with global localization
Stars: ✭ 40 (-54.55%)
Mutual labels:  grid-map

Laser Scan Matcher for ROS

This 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 bugs about ROS tf transform in the original code. I fixed the bugs 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 in Ubuntu 16.04 with ROS Kinetic.

2. If you want to use it, you must install csm first:
    $ sudo apt-get install ros-kinetic-csm

3. Clone the repo to your workspace and complie it
    $ cd ~/catkin_ws/src/
    $ git clone https://github.com/nkuwenjian/laser_scan_matcher.git
    $ cd ..
    $ catkin_make
    $ source devel/setup.bash

4. Run offline rosbag
    $ roslaunch laser_scan_matcher demo.launch
    $ rosbag play <rosbagfile> --clock

Topics

Subscribed topics

Published topics

Thanks

[1] A. Censi, "An ICP variant using a point-to-line metric," in Proceedings of the IEEE International Conference on Robotics and Automation, 2008, pp. 19-25.

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].