1
0
mirror of https://gitlab.com/lander-team/lander-sim.git synced 2025-08-02 11:21:27 +00:00

Replace calcLQR.m

This commit is contained in:
Brendan McGeeney
2021-09-16 23:36:07 +00:00
parent 62cd6c3204
commit c3945a3901

View File

@@ -22,4 +22,4 @@ Rinv = R^-1;
S = icare(A, B, Q, R); S = icare(A, B, Q, R);
K = Rinv * B' * S; K = Rinv * B' * S;