Page 1 of 1

Error running upper extremity model

Posted: Thu Mar 08, 2018 4:03 am
by gautamr1858
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.)

Re: Error running upper extremity model

Posted: Thu Mar 08, 2018 10:04 am
by mitkof6
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.

Re: Error running upper extremity model

Posted: Mon Mar 12, 2018 10:56 pm
by gautamr1858
Large forces are not applied, I have checked so any other reasons for this error ?

Re: Error running upper extremity model

Posted: Mon Mar 12, 2018 11:20 pm
by mitkof6
Maybe constraints apply these forces. You can try to disable them one by one.

Re: Error running upper extremity model

Posted: Tue Mar 13, 2018 10:43 pm
by gautamr1858
I disabled the constraints but still getting the same error