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
BOPS compatibility with OpenSim 4.1 - setup files
- Victor Grenier
- Posts: 2
- Joined: Tue Jul 23, 2019 5:03 pm
Re: BOPS compatibility with OpenSim 4.1 - setup files
I encounter the same error with you, do you find the way to solve it?