BOPS compatibility with OpenSim 4.1 - setup files

Provide a MATLAB based, user friendly and easy-to-use tool to perform batch process of the most commonly used OpenSim Tools (IK, ID, MA and SO).
POST REPLY
User avatar
Victor Grenier
Posts: 2
Joined: Tue Jul 23, 2019 5:03 pm

BOPS compatibility with OpenSim 4.1 - setup files

Post by Victor Grenier » Fri Feb 14, 2020 7:35 am

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

User avatar
xiao li
Posts: 1
Joined: Fri Aug 21, 2020 5:10 am

Re: BOPS compatibility with OpenSim 4.1 - setup files

Post by xiao li » Mon Sep 07, 2020 7:35 pm

I encounter the same error with you, do you find the way to solve it?

POST REPLY