Skip to content

ROS imu to odometry message converter. To be used as a part of a larger sensor fusion system, should not be used to estimate pose by itself.

License

Notifications You must be signed in to change notification settings

nadiawangberg/imu_to_odom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMU to odometry

This repository is heavily based on eth's odom predictor package https://github.com/ethz-asl/odom_predictor. It is a simple ros node that integrates IMU data to estimate an odometry and a tf transform.

Disclaimer

IMU should never be used alone to estimate an odometry (as done in this package). The reason for this is that slightly noisy IMU data will cause the position to drift A LOT over time. The purpose of this node is visualing the IMU data. It can also be used as a part of a Kalman filter or something similar.

About

ROS imu to odometry message converter. To be used as a part of a larger sensor fusion system, should not be used to estimate pose by itself.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published