Skip to content

Commit 8eaa85b

Browse files
committed
Adds Readme without the DOI
1 parent 6988c53 commit 8eaa85b

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Robust Performance Analysis of Source-Seeking Dynamics with Integral Quadratic Constraints
2+
3+
[![DOI](add zenodo badge)](add link)
4+
5+
## General
6+
7+
This repository contains the simulation code to reproduce the tables and figures presented in
8+
9+
A. Datar and H. Werner, "Robust Performance Analysis of Source-Seeking Dynamics with Integral Quadratic Constraints", *Americal Control Conference*, 2022
10+
11+
The code has the following 5 entry points:
12+
1. Quadrotor robustness analysis (corresponding to Fig.4 from the paper): quadrotor_robustness\main_quadrotor_example.m
13+
2. Gain tuning for quadrotor example (corresponding to Fig.5 from the paper): sweep_kp_kd\main_kd_sweep.m
14+
3. Simulate quadrotor dynamics (corresponding to Fig.6 from the paper): simulate_quadrotor\simulate_dynamics.m
15+
4. Non-minimum phase example robustness analysis (corresponding to Fig.7 from the paper): non_minimum_phase_example\main_non_minimum_phase_example.m
16+
5. LPV examples robustness analysis (corresponding to Fig.8 and Fig.9): LPV_Uncertain_system_example\main_LPV_example.m
17+
18+
These will produce among others the material presented in the paper.
19+
20+
## Prerequisites
21+
22+
To run the simulation files, some additional packages need to be installed first.
23+
1. Install [CVX](http://cvxr.com/cvx/download/)
24+
25+
The simulation code in this repository was tested in the following environment:
26+
* *Windows 10 Pro* Version 20H2 ??
27+
* *Matlab* 2021a

0 commit comments

Comments
 (0)