forked from dimtsoun/PID-Autotuning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
This repository contains an implementation of a Genetic Algorithm (GA) for tuning the gains of a PID Controller. | ||
The focus of this study was on PID controllers used on Unmanned Aerial Vehicles(UAV). | ||
|
||
autotuning_script.m: | ||
This is a standalone file and simulates the dynamics of a second order system. The tuning is based on the satisfaction | ||
of certain criteria. | ||
|
||
autotuning_v2: | ||
This file requires the "reference_tracking.slx" Simulink model to run. Tuning is achieved based on reference tracking | ||
a demanded output. | ||
|
||
|
||
The work was conducted as part of my undergraduate research thesis. | ||
|