Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 788 Bytes

File metadata and controls

41 lines (29 loc) · 788 Bytes

Functions: Direct Transcription Methods

Pages = ["transcription.md"]

This page contains the documentation of the direct transcription methods used to construct MovingHorizonEstimator, LinMPC and NonLinMPC types. They represent ways to discretize the continuous-time optimal control or estimation problem into a finite-dimensional quadratic (QP) or nonlinear program (NLP), which can then be solved using an appropriate optimizer.

TranscriptionMethod

ModelPredictiveControl.TranscriptionMethod

SingleShooting

SingleShooting

MultipleShooting

MultipleShooting

TrapezoidalCollocation

TrapezoidalCollocation

OrthogonalCollocation

OrthogonalCollocation