Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 723 Bytes

File metadata and controls

5 lines (4 loc) · 723 Bytes

Implementation of Extended Kalman Filter

The goal is to implement Extended Kalman filter to estimate the pose of a Quadrotor given the IMU and Vicon data. The Vicon being the world frame provides information about the position, orientation, linear and angular velocities. The IMU onboard, through the accelerometer and gyroscope provides the state values. The idea is to make use of the data, use them as control inputs, and determine the state estimates of the quadrotor.

Run this implementation

To execute this, clone this repo and open the directory within MATLAB. Run KalmanFilt_Part1.m to execute the first part and KalmanFilt_Part2.m for the second part. For detailed implementation refer to the report provided