-
Notifications
You must be signed in to change notification settings - Fork 70
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
MATLAB bindings: add iDynTree prefix to SwigRef, SwigMem and SwigGet to avoid conflicts with CasADi #868
Conversation
…to avoid conflicts with CasADi
The test is still failing on Octave via CI;
And @CarlottaSartore also has a similar failure in MATLAB:
|
It appears I had forgot to push the last commit that fixed some wrong |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @traversaro !
Fix #865 . The main difference with respect to the past that after you generate the bindings via CMake passing the
IDYNTREE_GENERATE_MATLAB
option, you also need to navigate to thebindings/matlab
directory and run the appropriate script:However, given that this step is now done automatically by the
regenerate-matlab-bindings
GitHub Action, this additional step should not be particularly problematic.