Error running upper extremity model

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Gautam Ramachandra
Posts: 65
Joined: Thu Sep 03, 2015 11:04 pm

Error running upper extremity model

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.)

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: Error running upper extremity model

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.

User avatar
Gautam Ramachandra
Posts: 65
Joined: Thu Sep 03, 2015 11:04 pm

Re: Error running upper extremity model

Post by Gautam Ramachandra » Mon Mar 12, 2018 10:56 pm

Large forces are not applied, I have checked so any other reasons for this error ?

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: Error running upper extremity model

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.

User avatar
Gautam Ramachandra
Posts: 65
Joined: Thu Sep 03, 2015 11:04 pm

Re: Error running upper extremity model

Post by Gautam Ramachandra » Tue Mar 13, 2018 10:43 pm

I disabled the constraints but still getting the same error

POST REPLY