robotology / blockfactory

A tiny framework to wrap algorithms for dataflow programming
https://robotology.github.io/blockfactory
GNU Lesser General Public License v2.1
40 stars 16 forks source link

Extension to newer versions of Matlab - 2020b: #69

Open mlaudu opened 1 year ago

mlaudu commented 1 year ago

I was able to successfully compile the code in Windows 10. I need the toolbox to generate Simulink block for Real-time SpeedGoat machine which only runs on Matlab 2020b. However the example problem in Model.mdl will not work when I try it on this version of Matlab. Weird (unreadable) error messages were thrown. Then I installed Matlab 2018b and the example problem (Model.mdl) worked perfectly! Is there any strategy that I can use to make the code to work in Matlab 2020b? I will greatly appreciate any advise from experienced users. Thanks.

traversaro commented 1 year ago

Sorry @mlaudu, I had missed this message. What is the error you get with Matlab 2020b? In our experiments we have libraries that work fine on 2020b .

traversaro commented 1 year ago

Not sure if this is related to https://github.com/robotology/blockfactory/issues/70 .