Skip to content

Commit a46d5e2

Browse files
Update README.md (#86)
1 parent cc51e1b commit a46d5e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ Simple car-like robot with velocity and steering control:
5757

5858
<img src="results/tests/unicycle_trajectory_comparison.png" width="300" alt="Unicycle Model CDDP with Obstacle Avoidance">
5959

60+
### Unicycle with Obstacle Avoidance (infeasible initial guess)
61+
62+
```bash
63+
./examples/cddp_unicycle_safe_ipddp // after building
64+
```
65+
66+
<img src="results/tests/unicycle_trajectory_comparison_ipddp.png" width="300" alt="Unicycle Model CDDP with Obstacle Avoidance">
67+
6068
### Bicycle Model
6169

6270
Bicycle model with velocity and steering control:

0 commit comments

Comments
 (0)