Skip to content

master's thesis "LiDAR Localization and Mapping Based on Riemannian Iterative Closest Points"

Notifications You must be signed in to change notification settings

robinloujun/lidarSLAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiDAR SLAM

This repository summarizes my work result of master's thesis at KIT, with the topic "LiDAR Localization and Mapping Based on Riemannian Iterative Closest Points".

schloss

Schloss Karlsruhe

isas

ISAS

Requirements

  • Install boost:
sudo apt-get install libboost-all-dev
  • Install Eigen3
sudo apt-get install libeigen3-dev

Workspace Initialization

cd ${path_to_lidarSLAM}/src
bash init.sh

Build

When compiling the code for the first time, the argument "-j1" is needed for message generation.

cd ${path_to_lidarSLAM}/
catkin_make -j1

Use the package

source ${path_to_lidarSLAM}/devel/setup.bash
roscore
rosbag play ~/Odom_rosbags/kitti_odometry_seq_00.bag --pause --clock
roslaunch lidar_odometry test.launch

Press space to unpause the rosbag

About

master's thesis "LiDAR Localization and Mapping Based on Riemannian Iterative Closest Points"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published