nkuwenjian / karto_scan_matcher

A C++ library that wraps Karto's laser scan matcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

karto_scan_matcher

A C++ library that wraps Karto's laser scan matcher without loop closure.

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. Clone and catkin_make
    $ cd ~/catkin_ws/src/
    $ git clone https://github.com/nkuwenjian/karto_scan_matcher.git
    $ cd ..
    $ catkin_make -j4

3. Run offline rosbag
    $ roslaunch karto_scan_matcher demo.launch
    $ rosbag play <rosbagfile> --clock

Topics

Subscribed topics

Published topics

Thanks

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

[2] https://github.com/ros-perception/slam_karto

About

A C++ library that wraps Karto's laser scan matcher


Languages

Language:C++ 96.9%Language:C 2.8%Language:CMake 0.3%