Skip to content

Commit d07abb5

Browse files
committed
Clean up wording
1 parent 7d8b639 commit d07abb5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/get-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Install TinyMPC
77

88
A python interface is available that allows for [direct usage](./examples.md/#setup-problem) of TinyMPC. The interface can also be used to [generate C++ code](./examples.md/#code-generation) and an associated python module which allows for quick testing before integrating the generated code with your project. We provide examples for a few robots and have [firmware](https://github.com/RoboticExplorationLab/tinympc-crazyflie-firmware) for running TinyMPC on the Crazyflie 2.1 quadrotor.
99

10-
Source code is [here](https://github.com/TinyMPC/TinyMPC). Check out our other GitHub repositories for interface implementation details: [Python](https://github.com/TinyMPC/tinympc-python), [Julia](https://github.com/TinyMPC/tinympc-julia), [MATLAB](https://github.com/TinyMPC/tinympc-matlab).
10+
Source code is [here](https://github.com/TinyMPC/TinyMPC). Check out the [Python](https://github.com/TinyMPC/tinympc-python) interface repository for implementation details.
1111

1212
Visit our [GitHub Discussions](https://github.com/TinyMPC/discussions) page for any questions related to the solver!
1313

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: TinyMPC description and overview
1414
[Get Started :material-arrow-right-box:](get-started/installation.md){.md-button}
1515
</p>
1616

17-
TinyMPC is an open-source solver tailored for convex model-predictive control that delivers high speed computation with a small memory footprint. Implemented in C++ with minimal dependencies, TinyMPC is particularly suited for embedded control and robotics applications on resource-constrained platforms. TinyMPC can handle state and input bounds and second-order cone constraints. Python, Julia, and MATLAB interfaces are available to aid in generating code for embedded systems.
17+
TinyMPC is an open-source solver tailored for convex model-predictive control that delivers high speed computation with a small memory footprint. Implemented in C++ with minimal dependencies, TinyMPC is particularly suited for embedded control and robotics applications on resource-constrained platforms. TinyMPC can handle state and input bounds and second-order cone constraints. A Python interface is available to aid in generating code for embedded systems.
1818

1919
!!! success ""
2020

@@ -24,7 +24,7 @@ TinyMPC is an open-source solver tailored for convex model-predictive control th
2424
<p align="center" markdown>
2525
[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-
[Watch the Video :fontawesome-brands-youtube:](https://www.youtube.com/watch?v=NKOrRyhcr6w){:target="_blank" .md-button}
27+
[Overview Video :fontawesome-brands-youtube:](https://www.youtube.com/watch?v=NKOrRyhcr6w){:target="_blank" .md-button}
2828
</p>
2929

3030
---
@@ -79,7 +79,7 @@ TinyMPC outperforms state-of-the-art solvers in terms of speed and memory footpr
7979
<div style="text-align: left;">
8080
<br>
8181
<br>
82-
TinyMPC is now also capable of handling conic constraints! In (b), we benchmarked TinyMPC against two existing conic solvers with embedded support, [SCS](https://www.cvxgrp.org/scs/){:target="_blank"} and [ECOS](https://web.stanford.edu/~boyd/papers/ecos.html){:target="_blank"}, on the rocket soft-landing problem. TinyMPC achieves an average speed-up of 13x over SCS and 137x over ECOS.
82+
TinyMPC is also capable of handling conic constraints. In (b), we benchmarked TinyMPC against two existing conic solvers with embedded support, [SCS](https://www.cvxgrp.org/scs/){:target="_blank"} and [ECOS](https://web.stanford.edu/~boyd/papers/ecos.html){:target="_blank"}, on the rocket soft-landing problem. TinyMPC achieves an average speed-up of 13x over SCS and 137x over ECOS.
8383
<!-- #gain, because of its lack of generality, TinyMPC is orders of magnitudes faster than SCS and ECOS. -->
8484
</div>
8585
</figure>
@@ -192,4 +192,4 @@ TinyMPC outperforms state-of-the-art solvers in terms of speed and memory footpr
192192
eprint={2403.18149},
193193
archivePrefix={arXiv},
194194
}
195-
```
195+
```

0 commit comments

Comments
 (0)