Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need for a dynamicSystem class #36

Open
mzanon opened this issue Apr 26, 2013 · 2 comments
Open

Need for a dynamicSystem class #36

mzanon opened this issue Apr 26, 2013 · 2 comments

Comments

@mzanon
Copy link
Contributor

mzanon commented Apr 26, 2013

The new class should build on top of the dae class and extend its functionalities:

  • have a field called measurements (and potentially a field last measurements for ACADO Codegen) to collect all the measured outputs
  • have an integrator associated to it (potentially even different ones for MPC, MHE and simulation)
  • allow for some model options (add invariant stabilization only for the simulation, potentially add some controls for MHE -> to model perturbations)
@ghorn
Copy link
Owner

ghorn commented Apr 26, 2013

Sounds like you want a MpcMheSim class

@mzanon
Copy link
Contributor Author

mzanon commented Apr 26, 2013

Yeah, I was thinking about that as well actually... though all what I stated previously is mostly related to dynamical systems, also the integrator is just a conversion to discrete time. Maybe the dynamicSystem should then be wrapped in MpcMheSim to add functionalities related to code gen, shifting, arrival cost update, lqr and so on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants