bjack205 / BilinearControl.jl

MIT License
24 stars 1 forks source link

Cartpole mpc #98

Closed bjack205 closed 2 years ago

bjack205 commented 2 years ago

Adds an example of using linear MPC on the cartpole to track an ALTRO swing-up trajectory, with a large initial offset. TVLQR doesn't seem to work at all with an initial offset in the state, at least for the cartpole.

Main contribution