baggepinnen wrote on Discourse what you need to do if you want to use an MTK model with this package: - Build a dynamics function that includes inputs, [docs here](https://docs.sciml.ai/ModelingToolkit/dev/basics/InputOutput/). - Write a wrapper that changes the order of the input arguments to match the order assumed by [ModelPredictiveControl.jl](https://juliahub.com/ui/Packages/General/ModelPredictiveControl) - Possibly build an output function, docs on the same page - Manually keep track of the order of state variables in the generated function As a first step it would be nice to have a simple, working example for this.