Skip to content

Commit 5a6e5d2

Browse files
Update README with solver details and images
1 parent 631f3a6 commit 5a6e5d2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ The solver is wrapped by the `MPCControllerWrapper` class, and all the settings
3838
## Task examples
3939
| Acrobot Swing-Up | Quadruped Trot | Humanoid Jump | Quadruped Barrel Roll | Obstacle Avoidance |
4040
|---|---|---|---|---|
41-
| <img src="https://github.com/user-attachments/assets/af15576c-8fab-4e53-ac06-8f9e648703f6" width="100%" /> | <img src="https://github.com/user-attachments/assets/51f7eb3e-b344-4a92-9b16-837ca5dc71c6" width="100%" /> | <img src="https://github.com/user-attachments/assets/7b39eef5-a7d5-4243-a590-a6dab0b12af2" width="100%" /> | <img src="https://github.com/user-attachments/assets/7a875ce6-ea40-467a-b732-f473e5f40a02" width="100%" /> | GIF coming soon |
41+
| <img src="https://github.com/user-attachments/assets/af15576c-8fab-4e53-ac06-8f9e648703f6" width="100%" /> | <img src="https://github.com/user-attachments/assets/51f7eb3e-b344-4a92-9b16-837ca5dc71c6" width="100%" /> | <img src="https://github.com/user-attachments/assets/7b39eef5-a7d5-4243-a590-a6dab0b12af2" width="100%" /> | <img src="https://github.com/user-attachments/assets/7a875ce6-ea40-467a-b732-f473e5f40a02" width="100%" /> |<img width="100%" alt="obstacle_avoidance" src="https://github.com/user-attachments/assets/fbc6f156-c549-4353-a8c6-4ba43675aac5" />
4242

4343
## Available solvers
4444

45-
| Solver | Multiple shooting | Dynamics | Integrator | Inequality constraints |
46-
|---|---|---|---|---|
47-
| `primal-dual` | Yes | Forward | Semi-implicit | Cost barrier |
48-
| `fddp` | Yes (dynamics defects) | Forward | Semi-implicit | Cost barrier |
49-
| `eq_primal_dual` | Yes | Inverse | Implicit | Cost barrier |
50-
| `eq_fddp` | Yes (dynamics defects) | Inverse | Implicit | Cost barrier |
51-
| `ip_primal_dual` | Yes | Inverse | Implicit | Yes (interior point) |
45+
| Solver | Multiple shooting | Dynamics | Integrator | Stage Equality | Inequality constraints |
46+
|---|---|---|---|---|---|
47+
| `primal-dual` | ✔️ | Forward | Semi-implicit | | ❎ (Soft Cost barrier) |
48+
| `fddp` | ✔️ (dynamics defects) | Forward | Semi-implicit | | ❎ (Soft Cost barrier) |
49+
| `eq_primal_dual` | ✔️ | Forwward or Inverse | Explicit or Implicit | ✔️ | ❎ (Soft Cost barrier) |
50+
| `eq_fddp` | ✔️ (dynamics defects) | Forwward or Inverse | Explicit or Implicit | ✔️ | ❎ (Soft Cost barrier) |
51+
| `ip_primal_dual` | ✔️ | Forwward or Inverse | Explicit or Implicit | ✔️ | ✔️ (interior point) |
5252

5353
## Installation
5454

0 commit comments

Comments
 (0)