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

Feature Request: Support Model Exchange FMUs #11

Open
ralph-lange opened this issue Aug 11, 2022 · 1 comment
Open

Feature Request: Support Model Exchange FMUs #11

ralph-lange opened this issue Aug 11, 2022 · 1 comment

Comments

@ralph-lange
Copy link
Collaborator

Currently, fmi_adapter supports Co-Simulation FMUs (CS FMUs) only. Is there a possibility to integrate an open-source solver in a generic way so that Model Exchange FMUs (ME FMUs) can be supported as well? Does the underlying fmi-library feature suitable solver algorithms as suggested by the unit test fmi2_import_me_test.c.

@chrbertsch
Copy link

Depending you your use case, you could add a solver to the ME FMU and export it as a CS FMU before importing and running it on ROS, e.g. with FMPy
From the GUI
grafik
Or from the Command Line, see e.g. https://github.com/CATIA-Systems/FMPy/blob/main/tests/test_cswrapper.py

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

No branches or pull requests

2 participants