Skip to content

Commit 23c2b66

Browse files
committed
Update Project.toml and tutorial-mpc.md
1 parent 7423cf3 commit 23c2b66

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name = "Tutorials"
22
uuid = "cb10daa6-a5e5-4c25-a171-ae181b8ea3c9"
3+
version = "0.4.1"
34
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
4-
version = "0.4.0"
5+
6+
[deps]
7+
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
58

69
[compat]
10+
OrdinaryDiffEq = "6.111.0"
711
julia = "1.10"

docs/src/tutorial-mpc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ function solve(t0, x0, y0, θ0, xf, yf, θf, w;
169169
-1 ≤ u(t) ≤ 1
170170
-2 ≤ x(t) ≤ 4.25
171171
-2 ≤ y(t) ≤ 8
172+
-2π ≤ θ(t) ≤ 2π
172173
173174
q(t0) == [x0, y0, θ0]
174175
q(tf) == [xf, yf, θf]

0 commit comments

Comments
 (0)