Skip to content

ekfFusion is a ROS package for sensor fusion using the Extended Kalman Filter (EKF). It integrates IMU, GPS, and odometry data to estimate the pose of robots or vehicles. With ROS integration and support for various sensors, ekfFusion provides reliable localization for robotic applications.

Notifications You must be signed in to change notification settings

norsechurros/Ekf-Fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ekfFusion

GitHub GitHub last commit GitHub contributors GitHub issues

Overview

ekfFusion is a ROS package designed for sensor fusion using Extended Kalman Filter (EKF). It integrates data from IMU, GPS, and odometry sources to estimate the pose (position and orientation) of a robot or a vehicle. This repository serves as a comprehensive solution for accurate localization and navigation in robotic applications.

Features

  • Sensor Fusion: Implements Extended Kalman Filter to fuse data from multiple sensors.
  • Supported Sensors:
    • IMU (Inertial Measurement Unit)
    • GPS (Global Positioning System)
    • Odometry
  • ROS Integration: Designed to work seamlessly within the Robot Operating System (ROS) environment.
  • VectorNav Integration: Utilizes VectorNav package for IMU interfacing.
  • UTM Conversion: Includes scripts for obtaining GPS data and transforming it into UTM (Universal Transverse Mercator) values.

Installation

Prerequisites

Building

Clone the repository into your ROS workspace and build it using catkin_make:

cd ~/catkin_ws/src
git clone https://github.com/yourusername/ekfFusion.git
cd ..
catkin_make

Usage

  1. Launch the ekfFusion node:
roslaunch ekfFusion ekf_fusion.launch
  1. Subscribe to the fused pose topic to obtain the localization information.

Configuration

  • Configuration File: Adjust the sensor parameters and EKF settings in the configuration file located at ekfFusion/config/ekf_params.yaml.

Contributing

Contributions are welcome! If you find any issues or want to suggest improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Special thanks to the contributors of the robot_localization ROS package for providing a robust framework for sensor fusion.
  • Credits to the developers of the VectorNav package for seamless IMU interfacing.

About

ekfFusion is a ROS package for sensor fusion using the Extended Kalman Filter (EKF). It integrates IMU, GPS, and odometry data to estimate the pose of robots or vehicles. With ROS integration and support for various sensors, ekfFusion provides reliable localization for robotic applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published