SkillAgentSearch skills...

Fusion

fuse IMU data and Odometry

Install / Use

/learn @Guo-ziwei/Fusion
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Fusing IMU and Odometry

This is a demo fusing IMU data and Odometry data (wheel odom or Lidar odom) or GPS data to obtain better odometry.

Currently, I implement Extended Kalman Filter (EKF), batch optimization and isam2 to fuse IMU and Odometry data.

Dependencies

This demo has the following dependencies:

Build

Clone the repository and catkin_make:

cd ~/catkin_ws/src
git clone https://github.com/Guo-ziwei/fusion
cd ../
catkin_make
source ~/catkin_ws/devel/setup.bash

run EKF:

rosrun ekf_fusion ekf_fusion_node bag_filename.bag

run batch:

rosrun gtsam_imu imu_preintegrated bag_filename.bag

it will take a long time to get the result and I will fix it in the future

run isam2:

rosrun gtsam_imu imu_preintegrated_sm bag_filename.bag

Performance

Test on MIt dataset

<img src="https://github.com/Guo-ziwei/fusion/blob/master/image/result_ekf.png" width = 50% height = 50% div align=center />

TODO

Now the demo is running off-line (reading data from bag) and I will turn it to online.

View on GitHub
GitHub Stars192
CategoryDevelopment
Updated1mo ago
Forks34

Languages

C++

Security Score

80/100

Audited on Feb 22, 2026

No findings