Page 1 of 1

BOPS compatibility with OpenSim 4.1 - setup files

Posted: Fri Feb 14, 2020 7:35 am
by vgrenier
Hi,

Once again I'm having issues with BOPS, OpenSim 4.1 and Matlab R2019b.
I've found that if the model file path isn't manually added to the .XML SETUP files, even though I've selected the .osim model through the GUI,

I get the following Matlab error:

Java exception occurred:
java.io.IOException: No model file was specified (<model_file> element is empty) in the Tool's Setup file. Consider
passing `false` for the constructor's `aLoadModel` parameter
In Object 'marche_01_SO_results' of type AnalyzeTool.
Thrown at AbstractTool.cpp:388 in loadModel().

at org.opensim.modeling.opensimActuatorsAnalysesToolsJNI.new_AnalyzeTool__SWIG_2(Native Method)

at org.opensim.modeling.AnalyzeTool.<init>(AnalyzeTool.java:69)

thank you,

Victor

Re: BOPS compatibility with OpenSim 4.1 - setup files

Posted: Mon Sep 07, 2020 7:35 pm
by sorrowflower
I encounter the same error with you, do you find the way to solve it?