Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 719 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 719 Bytes

Control of a Nonlinear System

The aim of this project was to implement of control laws for a nonlinear system (based on the model of a PVTOL aircraft), using the proper approach depending on the range of settings given in the four subsequent tasks. This shows the various theories and which is to be preferred over to the others, according to the situation to deal with.

Four strategies were implemented:

  • Part 1: control through decoupling and linearization, with no perturbations nor uncertainties
  • Part 2: dynamical state feedback control
  • Part 3: sliding mode control
  • Part 4: adaptive sliding mode control

Feedback, bug reports, and comments are not only welcome, but strongly encouraged.