@@ -22,8 +22,9 @@ TinyMPC is an open-source solver tailored for convex model-predictive control th
2222
2323
2424<p align =" center " markdown >
25- [ICRA Paper :simple-arxiv:](https://arxiv.org/abs/2310.16985){:target="_blank" .md-button}
25+ [Original ICRA Paper :simple-arxiv:](https://arxiv.org/abs/2310.16985){:target="_blank" .md-button}
2626 [Conic Code Gen :simple-arxiv:](https://arxiv.org/abs/2403.18149){:target="_blank" .md-button}
27+ [Adaptive Rho :simple-arxiv:](https://arxiv.org/abs/2507.03231){:target="_blank" .md-button}
2728 [Overview Video :fontawesome-brands-youtube:](https://www.youtube.com/watch?v=NKOrRyhcr6w){:target="_blank" .md-button}
2829</p >
2930
@@ -158,7 +159,7 @@ TinyMPC outperforms state-of-the-art solvers in terms of speed and memory footpr
158159<div style =" display : flex ; justify-content : center ;" >
159160 <div style="flex: 0 0 33.33%; max-width: 33.33%;">
160161 <p align="center">
161- <a href="https://brianplancher.com/" target="_blank"><img style="border-radius: 0%;" width="60%" src="media/contributors/brian_plancher.jpg " /></a>
162+ <a href="https://brianplancher.com/" target="_blank"><img style="border-radius: 0%;" width="60%" src="media/contributors/brian_plancher.png " /></a>
162163 </p>
163164 <h4 align="center">
164165 Prof. Brian Plancher
@@ -189,19 +190,19 @@ TinyMPC outperforms state-of-the-art solvers in terms of speed and memory footpr
189190
190191``` latex
191192@misc{tinympc-conic-codegen,
192- title={Code Generation for Conic Model-Predictive Control on Microcontrollers with TinyMPC},
193- author={Sam Schoedel and Khai Nguyen and Elakhya Nedumaran and Brian Plancher and Zachary Manchester},
194- year={2024 },
193+ title={Code Generation and Conic Constraints for Model-Predictive Control on Microcontrollers with Conic- TinyMPC},
194+ author={Ishaan Mahajan and Khai Nguyen and Sam Schoedel and Elakhya Nedumaran and Moises Mata and Brian Plancher and Zachary Manchester},
195+ year={2025 },
195196 eprint={2403.18149},
196197 archivePrefix={arXiv},
197198}
198199```
199200
200201``` latex
201- @article{mahajan2025robust ,
202- title={Robust and Efficient Embedded Convex Optimization through First-Order Adaptive Caching},
203- author={Mahajan, Ishaan and Plancher, Brian},
204- journal={arXiv preprint arXiv:2507.03231 },
202+ @inproceedings{tinympc-adaptive ,
203+ title={Robust and Efficient Embedded Convex Optimization through First-Order Adaptive Caching},
204+ author={Ishaan Mahajan and Brian Plancher },
205+ booktitle={IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) },
205206 year={2025}
206207}
207208```
0 commit comments