Skip to content

Implementation of Explicit Complementary Filter for attitude estimation of aerial robotic systems based on IMU measures

Notifications You must be signed in to change notification settings

giorgiapazzi/Attitude_Estimation_Aerial_Robotic_Systems

Repository files navigation

Attitude_Estimation_Aerial_Robotic_Systems

Implementation of "Explicit Complementary Filter" for attitude estimation of aerial robotic systems based on IMU measurements. The project has been realized for the course of Guidance and Navigation Systems at University of Pisa (Course Of Studies in Robotics).

Requirements

MATLAB 2022b or later versions.

Instructions

To create the simulated IMU measurements run the "IMU_data_generation.m" script. Inside the script can be setted different trajectories (which simulate the flight of a VTOL drone) and different initial body frame orientations with respect to navigation frame.

To compute the attitude estimation from rotation matrix and from Euler's angle kinematics run the "mechanization.m" script.

To compute attitude estimation with Explicit Complementary Filter run the "explicit_complementary_filter.m" script.

To test the filter on real data, first load the dataset executing the "load_data.m" file. Then execute the "filter_test_real_data.m" file to execute the filter and plot the results.

References

[1] Minh-Duc Hua, Guillaume Ducard, Tarek Hamel, Robert Mahony. Introduction to Nonlinear Attitude Estimation for Aerial Robotic Systems. Aerospace Lab, 2014, pp.AL08-04. 10.12762/2014.AL08-04 . hal-01113138

About

Implementation of Explicit Complementary Filter for attitude estimation of aerial robotic systems based on IMU measures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages