Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 313 Bytes

File metadata and controls

4 lines (3 loc) · 313 Bytes

Attitude-Kinematics-Kalman-Filter

Implementation of a Kalman Filter to better estimate yaw, pitch, and roll from angular accelerations.

Utilized numerical integration (RK4 method) in combination with a Kalman Filter for better estimations of yaw, pitch, and roll rather than using pure numerical integration.