Scaled model makes MATLAB crash in Linux
Posted: Thu Jun 30, 2022 4:21 am
Hi,
We have downloaded/checked out OpenSim version 4.1 and 4.3 from git and installed it on Linux. It generally works well, but we run into an issue when trying to load a scaled version of the Catelli model, where it crashed MATLAB when we run the following
It works fine with a model derived from the gait2392 model. We can also run this code for the Catelli model in Windows. We checked if the muscles were a problem by removing them from the .osim file, but this did not solve the issue.
Since MATLAB crashes, we do not get a description of the error.
Does anyone know how to solve this?
Kind regards,
Anne
We have downloaded/checked out OpenSim version 4.1 and 4.3 from git and installed it on Linux. It generally works well, but we run into an issue when trying to load a scaled version of the Catelli model, where it crashed MATLAB when we run the following
Code: Select all
state = Mod.initSystem();
Since MATLAB crashes, we do not get a description of the error.
Does anyone know how to solve this?
Kind regards,
Anne