We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc51e1b commit a46d5e2Copy full SHA for a46d5e2
README.md
@@ -57,6 +57,14 @@ Simple car-like robot with velocity and steering control:
57
58
<img src="results/tests/unicycle_trajectory_comparison.png" width="300" alt="Unicycle Model CDDP with Obstacle Avoidance">
59
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
68
### Bicycle Model
69
70
Bicycle model with velocity and steering control:
0 commit comments