Skip to content
Snippets Groups Projects
Commit d8c1cfa0 authored by Ale's avatar Ale
Browse files

fixed bug riccati gains

parent f1948995
No related merge requests found
Pipeline #20774 failed
......@@ -154,7 +154,7 @@ class Controller:
m["x_m"][: self.pd.nq],
self.mpc_result.xs[0][: self.pd.nq],
),
m["x_m"][self.pd.nq] - self.mpc_result.xs[0][self.pd.nq :],
m["x_m"][self.pd.nq :] - self.mpc_result.xs[0][self.pd.nq :],
]
),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment