Controller

From Distributed Autonomous and Networked Control Lab
Revision as of 18:55, 27 June 2016 by Jnoronha (talk | contribs) (Added intro and Subsections for Firmware controllers and Client Controllers)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Crazyflie platform is completely customizable when it comes to the control design. As long as the controller can be written in C or C++, we can implement it in the Platform. This applies to both the controllers run on the PC Client and the controllers run on the Firmware of the Crazyflie.

Below you will find documentation on the different types of Controllers that have been applied to the platform, organized by their location in the Platform.


PC Client

PID Controller

Firmware

PID Controller