MickAvery / quadcopter-fc

My attempt at a quadcopter flight controller
2 stars 2 forks source link

Implement complementary filter #3

Closed MickAvery closed 4 years ago

MickAvery commented 7 years ago

A key component of the control algorithm is the complementary filter to determine the quadcopter's tilt angle in all axes.

Once the gyroscope and accelerometer drivers have been implemented, their sensor outputs can then be used as inputs to the complementary filter.