-
Notifications
You must be signed in to change notification settings - Fork 48
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 yarp fromMatlab with MATLAB bindings #515
Comments
Can you try to comment the I also suggest to enable |
I commented the [ 80%] Building CXX object sources/Simulink/CMakeFiles/Simulink.dir/src/SimulinkBlockInformation.cpp.o Is this due to the fact that I don't have Simulink? |
Thanks, this is indeed a bug in the |
Interesting, if that is the only problem one workaround is to use the some other methods to fill the vector (if you need this functionality) otherwise you can try to use the functionality of MATLAB/yarp that you wanted to use and see if there are other problems. |
I will try to use the other functionalities and in case I need to fill the vector I will use other methods, thanks for the advice! |
Thanks, let's keep this issue open in any case as even if it a problem for which quick workarounds are possible, we eventually need to fix it. Furthermore, if you could provide your feedback on #516 it would be great. |
Just tested and now works, approved ;) |
Fixes for this issue are provided in: |
The issue was solved by the linked PRs. If the issue is still present, please re-open the issue, thanks! |
Hello to everybody,
I recently installed the robotology-superbuild with the intention to use the MATLAB bindings for YARP.
I enabled:
ROBOTOLOGY_USES_MATLAB
ONROBOTOLOGY_NOT_USE_SIMULINK
ONSince I don't need to use Simulink but only MATLAB.
I set the MATLAB path as described and I believe I followed all the listed instructions.
Hovever, when running the test code:
I get the following error:
My system config:
MATLAB 2020a Update 2
YARP-3.4
Ubuntu 18.04
Speaking with @traversaro , this may be due to the new MATLAB version
The text was updated successfully, but these errors were encountered: