Skip to content

SLAM-BOX/LIO-SAM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LIO-SAM

For Lio-sam

Install this repo

mkdir -p catkin_ws/src
cd catkin_ws/src
git clone https://github.com/SLAM-BOX/LIO-SAM.git --branch dev
cd ../../
catkin build

Run lio-sam For real data

roslaunch lio-sam run.launch

For lgsvl data, we need to add ring channel into the /velodyne_points topic.

roscd lgsvl && python convert.py

Run lio-sam on lgsvl

roslaunch lio-sam run_lgsvl.launch

Prepare data

链接:https://pan.baidu.com/s/1HoUSZt0pAfeF4vPTWPngnQ 提取码:yn3t

For LgSVL Simulation

Configure on Linux

Open Web-bridge

roslaunch lgsvl sensor.launch

This launch file can open the web bridge between windows/linux, then you can subscribe topics from lgsvl on windows side.

Install & Configure LgSVL on Windows

Install LgSVL

Configure LgSVL

EVO Analysis

Loop Closure Detection Updating

TODO Lists

  • Add LgSVL simulator
  • Modify LiDAR msg from lgsvl
  • Add loop closure detection
  • Update Map optimization

About

LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.7%
  • Python 15.1%
  • CMake 6.2%