From 3a4ea54ab9ef4d515aa1f28a45e4341cf2ba9b55 Mon Sep 17 00:00:00 2001 From: Jun Zeng Date: Thu, 20 Jan 2022 18:57:39 -0800 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50a434a..6f9c481 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,26 @@ If you find this project useful in your work, please consider citing following w title={Safety-critical model predictive control with discrete-time control barrier function}, author={Zeng, Jun and Zhang, Bike and Sreenath, Koushil}, booktitle={2021 American Control Conference (ACC)}, - year={2021} + year={2021}, + volume={}, + number={}, + pages={3882-3889} } ``` +For analysis of feasibility, safety and computational complexity, please check out the following paper: +``` +@inproceedings{zeng2021mpccbf-feasibility, + title={Enhancing feasibility and safety of nonlinear model predictive control with discrete-time control barrier functions}, + author={Zeng, Jun and Li, Zhongyu and Sreenath, Koushil}, + booktitle={2021 Conference on Decision and Control (CDC)}, + year={2021}, + volume={}, + number={}, + pages={6137-6144} +} +``` + #### Instructions The 2D double integrator is assigned to reach the target position at origin while avoiding obstacles. We have three classes for different controllers: `DCLFDCBF.m` (DCLF-DCBF), `MPCCBF.m` (MPC-CBF) and `MPCDC` (MPC-DC), respectively.