-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using loadlibrary #2
Comments
Ha Joris release a new Casadi, those guy's break the interface with minor releases. Might take till weekend that i fix this, can take a while. |
use the previous version 3.4 that one should be fine |
I tried again with casadi version 3.4.4, I deleted the folder
By the way, the script ran for about 2 minutes before it threw this error. Should I try with some other version of casadi? |
So odd that it error's when generating code in the Casadi Mex file, this might be a casadi bug. Does demo1 till 4 work? |
I changed to casadi version 3.4.0. Which version do you use? I don't see any files called When running
I tried to run |
Solved! I tried again with casadi v3.4.5 and it works. Although I had previously changed with version of casadi (and used |
Yea very dangerous that Casadi changes it's interface with minor updates. |
Maybe we should state in the documentation that nmpc-codegen has been tested with 3.4.5 and it works, so it's best if the users installed this exact version of casadi. |
@alphaville actually i ran it with 3.2/3.3/3.4 nmpc-codegen behaves differently depending upon your Casadi version.But yes everytime Casadi releases a new version, nmpc-codegen needs adjustments. |
This is a follow-up on issue #1.
I run
TwoCircTrailer
(I run it from insidenmpc-codegen-matlab/demos
) and I first get following log messages:but then there seem to be some issues with compilation...
I suspect this is because it doesn't find
CASADI_SYMBOL_EXPORT
.The text was updated successfully, but these errors were encountered: