Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
-
Gautam Ramachandra
- Posts: 65
- Joined: Thu Sep 03, 2015 11:04 pm
Post
by Gautam Ramachandra » Thu Mar 08, 2018 4:03 am
I am trying to run a python script for MoBL_ARMS_module2_4_allmuscles.osim which is available on simtk repository but I am getting the following error, please help me to resolve this issue
Code: Select all
File "/opensim/lib/python2.7/site-packages/osim/env/arm.py", line 28, in __init__
manager.integrate(state)
File "/opensim/lib/python2.7/site-packages/opensim/simulation.py", line 37940, in integrate
return _simulation.Manager_integrate(self, *args)
RuntimeError: std::exception in 'bool OpenSim::Manager::integrate(SimTK::State &)': SimTK Exception thrown at AbstractIntegratorRep.cpp:428:
Integrator step failed at time 0.10326404854881473 apparently because:
SimTK Exception thrown at AbstractIntegratorRep.cpp:547:
Error detected by Simbody method AbstractIntegrator::takeOneStep(): Unable to advance time past 0.103264.
(Required condition 't1 > t0' was not met.)
-
Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Post
by Dimitar Stanev » Thu Mar 08, 2018 10:04 am
Probably, large forces are applied and the tolerance of the numerical can't be achieved. I suggest you to inspect the motion and the input.
-
Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Post
by Dimitar Stanev » Mon Mar 12, 2018 11:20 pm
Maybe constraints apply these forces. You can try to disable them one by one.