Skip to content

Commit 2e67d14

Browse files
committed
fix readme
1 parent 5c075a8 commit 2e67d14

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# Simple
1+
# Parallel constrained LQR
22

3-
This is the repository that contains source code for the RSS 2024 paper [From Compliant to Rigid Contact Simulation: a Unified and Efficient Approach](https://simple-robotics.github.io/publications/simple-contact-solver/index.html).
3+
This is the repository that contains source code for the RSS 2024 paper [Parallel and Proximal Constrained Linear-Quadratic Methods for Real-Time Nonlinear MPC](https://simple-robotics.github.io/publications/parallel-clqr/index.html).
44

5-
If you find [Simple](https://github.com/Simple-Robotics/Simple) to be useful for your work please cite:
5+
If you find the parallel solver included in [aligator](https://github.com/Simple-Robotics/aligator) to be useful for your work please cite:
66
```
7-
@article{simplecontacts2024,
8-
author = {Carpentier, Justin and Le Lidec, Quentin and Montaut, Louis},
9-
title = {From Compliant to Rigid Contact Simulation: a Unified and Efficient Approach.},
10-
journal = {Robotics: Science and Systems},
11-
year = {2024},
7+
@inproceedings{jalletParallelProximalConstrained2024,
8+
title = {Parallel and Proximal Constrained Linear-Quadratic Methods for Real-Time Nonlinear MPC},
9+
booktitle = {Proceedings of Robotics: Science and Systems},
10+
author = {Jallet, Wilson and Dantec, Ewen and Arlaud, Etienne and Mansard, Nicolas and Carpentier, Justin},
11+
year = {2024},
12+
month = jul,
13+
address = {Delft, Netherlands},
14+
doi = {10.15607/RSS.2024.XX.002}
1215
}
1316
```

0 commit comments

Comments
 (0)