Skip to content

FanaticsKang/laser_scan_match_odometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laser_scan_matcher_odometry

This repository is a fork from the official laser_scan_matcher package in ROS. Laser_scan_matcher_odometry offers an additional topic named lsm_odom to output ROS odometry messages.

Usage

First, create a catkin_workspace:


mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/
catkin_make

clone this repository:


cd ~/catkin_ws/src
git clone https://github.com/bierschi/laser_scan_matcher_odometry.git

build with catkin_make:


cd ~/catkin_ws/
catkin_make

and finally run the example.launch file


source devel/setup.bash
roslaunch laser_scan_matcher_odometry example.launch

Releases

No releases published

Packages

No packages published