Skip to content

Commit 903e84d

Browse files
authored
Update tutorial-double-integrator-energy.md
1 parent 30c9421 commit 903e84d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/tutorial-double-integrator-energy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Double integrator: energy min](@id tutorial-double-integrator-energy)
1+
# [Double integrator: energy minimisation](@id tutorial-double-integrator-energy)
22

33
Let us consider a wagon moving along a rail, whom acceleration can be controlled by a force $u$.
44
We denote by $x = (x_1, x_2)$ the state of the wagon, that is its position $x_1$ and its velocity $x_2$.
@@ -137,4 +137,4 @@ sol_json = import_ocp_solution(ocp; filename_prefix="my_solution", format=:JSON)
137137
138138
println("Objective from computed solution: ", objective(sol))
139139
println("Objective from imported solution: ", objective(sol_json))
140-
```
140+
```

0 commit comments

Comments
 (0)