utamadonny / AHRS

Attitude and Heading Reference System using MATLAB as simple as possible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Title

Attitude and Heading Reference System using MATLAB as simple as possible

Getting Started

Few implementations of Attitude and Heading Reference System using Matlab in mind to keep it as simple as possible to understand for beginners. Basis of Matlab scripts was token from x-IO examples. Additionaly scripts from Phil Kim books also was used. Thank You for the Authors !

You can help to fix this examples and add new one with new method or new feature !

What is here implemented:

  1. Madwick AHRS algorithm - Quaternions - x-IO
  2. Mahony AHRS algorithm - Quaternions - x-IO
  3. Gyroscope data integration - Euler angles - Phil Kim - modifed rotation sequence to compare results
  4. Accelerometer data integration - Euler angles - Phil Kim - modifed g to 1, rotation sequence and added Yaw/Heading/psi calculation. Yaw data calculations is not used because it's needed corections.
  5. Linear Kalman filter (KF) - Quaternions - Phil Kim - with modifications. Learn to use Q and R matrices.
  6. Extended Kalman filter (EKF) - Euler angles - Phil Kim - Learn to make Jacobian and how infuenced Q and R matrices.
  7. Unscented Kalman filter (UKF) - Euler angles - Phil Kim
  8. Extended Kalman filter - Quternions - PX4 autopilot
  9. Unscented Kalman filter - Quaternion - Jose Gama - RAHRS library for R
  10. TRIAD - Euler angles - Jose Gama - RAHRS library for R

Prerequisites

Matlab

Installing

Copy AHRS folder anywhere You want

Running the tests

Start with ExampleScript.m

Acknowledgments

About

Attitude and Heading Reference System using MATLAB as simple as possible


Languages

Language:MATLAB 99.8%Language:M 0.2%