SegFault when using initSystem in python [SOLVED]
Posted: Mon Oct 22, 2018 12:55 pm
Hello ![Smile :)](./images/smilies/icon_e_smile.gif)
I have a SegFault when I call the the initSystem method. Here is a minimalistic code that creates the problem here (Ubuntu 18.04, OpenSim compiled from the last commit of master branch in the superbuild mode with RelWithDebInfo).
model = osim.Model(f'{PATH_TO_OPENSIM_FOLDER}/Sandbox/MatlabScripts/gait2354_simbody.osim')
model.buildSystem()
model.initializeState()
Is that an "expected" behavior? (In the sense that I don't use the API properly?
![Smile :)](./images/smilies/icon_e_smile.gif)
I have a SegFault when I call the the initSystem method. Here is a minimalistic code that creates the problem here (Ubuntu 18.04, OpenSim compiled from the last commit of master branch in the superbuild mode with RelWithDebInfo).
model = osim.Model(f'{PATH_TO_OPENSIM_FOLDER}/Sandbox/MatlabScripts/gait2354_simbody.osim')
model.buildSystem()
model.initializeState()
Is that an "expected" behavior? (In the sense that I don't use the API properly?