bjack205 / BilinearControl.jl

MIT License
26 stars 1 forks source link

Fix tvlqr controller #97

Closed bjack205 closed 2 years ago

bjack205 commented 2 years ago

Adds fix to TVLQR controller so that it stabilizes correctly at the end of the trajectory.

Both Xref and Uref inputs should have the same length (same as Q and R) and the last state/control pair should be set equal to the equilibrium state/control.

jeonghun-jj-lee commented 2 years ago

LGTM