Model disappears during forward simulation

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Cai Birch
Posts: 31
Joined: Tue Jan 02, 2018 7:40 am

Model disappears during forward simulation

Post by Cai Birch » Thu Mar 01, 2018 3:35 am

I've followed the tutorial of building the dynamic walker from the ground up, the model has functioned as predicted at each stage. I have now added coordinate limiting forces to the joints, compiled the code, debugged it and opened the model in OpenSim. The issue is that the model now disappears the moment I run it through a forward simulation. I'm not receiving any messages or indications why this is happening. Any ideas where I may be going wrong?

User avatar
Christopher Dembia
Posts: 506
Joined: Fri Oct 12, 2012 4:09 pm

Re: Model disappears during forward simulation

Post by Christopher Dembia » Thu Mar 01, 2018 10:40 am

The properties for the coordinate limit forces are probably not set correctly. Take a peek at the solution here: https://github.com/opensim-org/opensim- ... 807c685a1e

POST REPLY