Skip to content

Faster-LIO: Lightweight Tightly Coupled Lidar-inertial Odometry using Parallel Sparse Incremental Voxels

License

Notifications You must be signed in to change notification settings

KumarRobotics/Faster-LIO-ROS2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

FASTER-LIO-ROS2

Migration Faster-LIO to ROS2

Environment

  • Ubuntu 20.04 LTS
  • ROS galactic version

Dependency

  1. ROS Jazzy
  2. glog: sudo apt-get install libgoogle-glog-dev
  3. eigen: sudo apt-get install libeigen3-dev
  4. pcl: sudo apt-get install libpcl-dev
  5. yaml-cpp: sudo apt-get install libyaml-cpp-dev
  6. Livox-SDK2
  7. livox_ros_driver2

Build

cd ~/<work_space>/src
git clone https://github.com/frankgon1627/Faster-LIO-ROS2.git
cd ~/<work_space>
colcon build --symlink-install

Run

source install/local_setup.sh
ros2 launch faster_lio mapping_ouster64.launch.py

Acknowledgments

Thanks to Faster-LIO for their research

About

Faster-LIO: Lightweight Tightly Coupled Lidar-inertial Odometry using Parallel Sparse Incremental Voxels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.3%
  • Python 5.5%
  • CMake 3.9%
  • Other 0.3%