Jonathan Frey
Jonathan Frey
I am quite certain that this is resolved.
This has been fixed in https://github.com/acados/acados/pull/712
closing due to inactivity
The issue is also visible in the docs of this project: https://sphinx-rtd-dark-mode.vercel.app/api.html#filter-object
Hi, I am running into the same issue as @jgillis Running the example on CasADi 3.6.2. In principle it should be sufficient that the reduced Hessian is full-rank. I also...
Hi Pavel, I am not working with Maltab these days. But I think that after the latest changes to the Matlab interfaces, see #934, and especially if the model lib...
Hi Pavel, I just tested the example you mentioned on my machine and it seems to work without explicitly adding `c_generated_code` to the LD_LIBRARY_PATH. Did you run the example from...
Addressed error reported by @frnyb in https://github.com/acados/acados/pull/996 too. I hope also all Matlab issues of @KarasevPavel are fixed after the merge.
Hi, I just checked the example. The issue is that the `solver` object is not fully destroyed in your example. It works fine with this modification. ``` # Solve ......
I reopened, because I would also be really happy to have a fix for this. > The name `solver` is given to the second instance of `OCPCartPole`, and so the...