-
Notifications
You must be signed in to change notification settings - Fork 18
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
Libraries does not show up in Library Browser with robotology-superbuild on Ubuntu 20.04 with MATLAB R2020b #219
Comments
* Do not update WB-Toolbox until robotology/wb-toolbox#219 is fixed * Manually update icub-firmware e icub-firmware-build
As a first step, I will implement |
I added a print in slblocks.m to check if that file is correctly found, and it is:
And indeed when I refresh the library, on the Matlab command line the message is printed (once):
|
I tried to save the
|
I tried to manually export the working .slx as R2014b, and indeed it is not working again. I will try to export it via export_libraries and check instead in that case. |
I re-exported as R2014b on Linux as well, and it is continuing not to work. So I suspect something effectively changed on them model at some point. I am trying to backtrack (to quickly debug that,
Based on this, the issue was introduced for some reason in #211 . |
My theory is that the new holder block for some reason (it uses some option not present in 2014b?) creates problems to the load of the library when the library is encoded in 2014b, as they are not problems if I encode it as 2020b . To verify this, I will try to export it to various versions and check when it works. |
I tried with R2016b, and indeed it works. I think that to quickly fix the issue, this could be a nice solution. |
Furthermore, modify the matlab/export_library.m file to export that file as 2016B. Fix #219
* Do not update WB-Toolbox until robotology/wb-toolbox#219 is fixed * Manually update icub-firmware e icub-firmware-build
I installed via robotology-superbuild with apt dependencies the library on Ubuntu 20.04 with MATLAB R2020b, and the library does not appear on the Library Browser:
![Screenshot_2021-05-26_14-49-04](https://user-images.githubusercontent.com/1857049/119662411-a4a6c580-be31-11eb-8011-a9b06d635069.png)
Note that MATLAB Whole-Body Simulator and Whole-Body Controllers instead appear correctly.
The output of
path
command is;The text was updated successfully, but these errors were encountered: