Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ From this page, you can find a list of tutorials to solve optimal control proble
| **[Linear–quadratic regulator](@ref tutorial-lqr)** | A simple LQR example illustrating how to solve a linear-quadratic OCP. |
| **[Minimal action](@ref tutorial-mam)** | Applies the Minimal Action Method (MAM) to find the most probable transition pathway between stable states in a stochastic system. |
| **[Model Predictive Control](@ref tutorial-mpc)** | Implements MPC for ship navigation in a sea current, with a real-time replanning loop. |
| **[Symbolic dynamics derivation](@ref tutorial-symbolics)** | Derives the equation of motion for the cart-pole symbolically and determines a periodic orbit. |

## Reproducibility

Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorial-symbolics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cart-Pole Periodic Orbit via Symbolic Lagrangian Mechanics
# [Cart-Pole Periodic Orbit via Symbolic Lagrangian Mechanics](@id tutorial-symbolics)

This tutorial demonstrates how to combine **symbolic derivation of equations of motion** (via
[`Symbolics.jl`](https://symbolics.juliasymbolics.org/)) with **direct optimal control**
Expand Down
Loading