Skip to content

Commit d59db75

Browse files
committed
Merge branch 'main' of https://github.com/thowell/IterativeLQR.jl into main
2 parents 953ec10 + 4b96c22 commit d59db75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
# IterativeLQR.jl
12
[![CI](https://github.com/thowell/IterativeLQR.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/thowell/IterativeLQR.jl/actions/workflows/CI.yml)
23
[![codecov](https://codecov.io/gh/thowell/IterativeLQR.jl/branch/main/graph/badge.svg?token=FGM33O1K1E)](https://codecov.io/gh/thowell/IterativeLQR.jl)
3-
# IterativeLQR.jl
4+
45
A Julia package for solving constrained trajectory optimization problems with iterative LQR (iLQR).
56

67
```
@@ -73,4 +74,4 @@ solve!(prob)
7374

7475
# solution
7576
x_sol, u_sol = get_trajectory(prob)
76-
```
77+
```

0 commit comments

Comments
 (0)