Git Product home page Git Product logo

deepuav / ekf-fusion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from norsechurros/ekf-fusion

0.0 0.0 0.0 6.4 MB

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.

Shell 0.05% C++ 96.33% Python 0.79% C 0.13% TeX 0.16% Makefile 0.60% HTML 0.03% CMake 1.87% Dockerfile 0.05%

ekf-fusion's Introduction

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.

ekf-fusion's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.