8000 GitHub - RyuYamamoto/eskf_lio: LiDAR Inertial Odometry based on Error State Kalman Filter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RyuYamamoto/eskf_lio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESKF_LIO

Loosely Coupled Lidar Inertial Odometry based Error State Kalman Filter.

How to use

Install

mkdir -p ~/lio_ws/src && cd ~/lio_ws/src
git clone https://github.com/koide3/fast_gicp.git
git clone https://github.com/RyuYamamoto/eskf_lio.git
cd ../
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release

Run

source ~/lio_ws/install/setup.bash
ros2 launch eskf_lio eskf_lio.launch.xml
eskf_lio-2025-02-12_18.52.59.mp4

About

LiDAR Inertial Odometry based on Error State Kalman Filter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0