Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.17 KB

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