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.
2 parents 953ec10 + 4b96c22 commit d59db75Copy full SHA for d59db75
README.md
@@ -1,6 +1,7 @@
1
+# IterativeLQR.jl
2
[](https://github.com/thowell/IterativeLQR.jl/actions/workflows/CI.yml)
3
[](https://codecov.io/gh/thowell/IterativeLQR.jl)
-# IterativeLQR.jl
4
+
5
A Julia package for solving constrained trajectory optimization problems with iterative LQR (iLQR).
6
7
```
@@ -73,4 +74,4 @@ solve!(prob)
73
74
75
# solution
76
x_sol, u_sol = get_trajectory(prob)
-```
77
+```
0 commit comments