Skip to content

Commit 21d1e58

Browse files
committed
foo
1 parent 144fce7 commit 21d1e58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/tutorial-mpc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ function solve(t0, x0, y0, θ0, xf, yf, θf, w;
146146
-2 ≤ y(t) ≤ 8
147147
-2π ≤ x(t) ≤ 2π
148148
149-
q(t0) == [ x0, y0, θ0 ]
150-
q(tf) == [ xf, yf, θf ]
149+
q(t0) == [x0, y0, θ0]
150+
q(tf) == [xf, yf, θf]
151151
152-
q̇(t) == [ w[1]+cos(θ(t)),
152+
q̇(t) == [w[1]+cos(θ(t)),
153153
w[2]+sin(θ(t)),
154154
u(t)]
155155

0 commit comments

Comments
 (0)