alphaville / optimization-engine

Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
https://alphaville.github.io/optimization-engine/
Other
514 stars 53 forks source link

Design and imlpement OCPMaker #313

Open alphaville opened 1 year ago

alphaville commented 1 year ago

About: Design and implement a wrapper that will facilitate the construction of optimal control problems.

Details: The user will provide the main ingredients of the optimal control problem and the OCPMaker (or OCPBuilder) will construct a parametric optimisation problem. The main ingredients of an optimal control problem are:

Additional context:: PR #284 has stalled; a fresh approach is required. The development will be in Python.