Skip to content

Commit

Permalink
Added ReadMe and BEng Thesis
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsoun committed Sep 8, 2016
1 parent 61302c7 commit 136cfb6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added PID_autotuning_thesis.pdf
Binary file not shown.
14 changes: 14 additions & 0 deletions README.md
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.

0 comments on commit 136cfb6

Please sign in to comment.