Skip to content

Parameterized Robust Control Invariant Sets (PARCIS)

Notifications You must be signed in to change notification settings

wangdongnwpu/PARCIS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PARCIS: Parameterized Robust Control Invariant Sets

Introduction

Given a discrete time affine system: x^+ = Ax + Bu + Ew where:

  • x is state, wished to be restricted to a safe polyhedron \mathbb{X}={x \in \mathbb{R}^n| H_x x \le h},
  • u$$ is control, with admissible set being a polyhedron \mathbb{U}={u \in \mathbb{R}^m| H_u u \le h_u},
  • w is additive disturbance belonging to a polytope \mathbb{W}={w \in \mathbb{R}^n| H_w w \le h_w}.

The tool computes a robust control invariant set in $$\mathbb{X}$$.

Dependencies

Reference

The tool is partially based on the method in the following paper: Raković SV, Kerrigan EC, Mayne DQ, Kouramas KI. Optimized robust control invariance for linear discrete-time systems: Theoretical foundations. Automatica. 2007 May 31;43(5):831-41.:

About

Parameterized Robust Control Invariant Sets (PARCIS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 64.2%
  • Python 35.8%