Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.48 KB

ROADMAP.md

File metadata and controls

59 lines (47 loc) · 1.48 KB

Roadmap

  • Templates: avoid global memory!

core

  • propagate cost in integrator
  • restore download and compilation of OOQP
  • stage transition functions for changing model dimensions

interfaces

  • Lifted integrators
  • add support for manual model functions

documentation

  • provide OCP NLP formulation that is handled by ocp_nlp as a formula
    • closely stick to setter names!
  • Set up and document binary workflow
    • Windows Matlab, reiterate, look into Visual C
    • MacOS Matlab

ocp_nlp

sim

  • collocation integrators Radau
  • GNSF Hessians

DONE

  • closed loop example MPC + MHE

C

  • split ocp solve into prepare and feedback

build

  • cmake: add openmp parallelization

matlab interface

  • detect dimensions
  • detect slack dimensions
  • structure detections for constraints
  • getting started folder
  • add Mex templating support for: ( in prioritized order )
    • nonlinear least-squares
    • Vz
    • exact Hessian
    • external cost
    • GNSF
    • discrete dynamics
  • separate acados_ocp() into generating the C object and setting the numerical data
  • support nonuniform grids
  • OCP with DAEs

Python interface

  • exact hessian
  • regularization
  • discrete dynamics