Skip to content
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

Simulink version required to open the ExampleToolbox #11

Open
traversaro opened this issue Jan 15, 2019 · 6 comments
Open

Simulink version required to open the ExampleToolbox #11

traversaro opened this issue Jan 15, 2019 · 6 comments

Comments

@traversaro
Copy link
Member

The ExampleToolbox.slx if I am not wrong is compiled/requires to be loaded at least Simulink 2018a.
If this is the case, it would be nice to document this, and eventually if possible commit to the repo a version compatible with an older Simulink, if we want to support it.

@DanielePucci
Copy link

If I remember correctly, @gabrielenava did a nice script that automatically generates older versions of Simulink. Probably, worth to check

@gabrielenava
Copy link

here it is: https://github.com/robotology/whole-body-controllers/blob/master/config/export_WBC.m

It looks for all the .mdl file in a specified folder and export all of them to the user-selected Simulink version. Not export .slx (but can be easily extended).

@traversaro
Copy link
Member Author

traversaro commented Jan 21, 2019

A related point is: which versions of Simulink we want/need to support in all our Simulink "stack" (i.e. blockfactory/wb-toolbox/whole-body-controllers) ?

@traversaro
Copy link
Member Author

Slightly related old issue: robotology/wb-toolbox#1 (comment) .

@diegoferigo
Copy link
Member

diegoferigo commented Jan 21, 2019

robotology/wb-toolbox uses this export_library.m script to export libraries to previous matlab versions. Outlining our support strategy for Matlab / Simulink / Simulink Coder is still a TODO task.

@gabrielenava
Copy link

A related point is: which versions of Simulink we want/need to support in all our Simulink "stack" (i.e. blockfactory/wb-toolbox/whole-body-controllers) ?

concerning whole-body-controllers in the previous release there was a legacy folder containing the copy of all models in the repo exported in the Matlab version 2014a, that if I remember correctly back to wb-toolbox v3.0 it was the lowest version supported by wb-toolbox. I removed the folder as it has been never used, and now the default version of the controllers is Matlab 2017b as I am not sure if all the users in the lab have Matlab 2018a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants