Prescribed_Function_error

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Rahul Agrawal
Posts: 47
Joined: Mon Aug 31, 2015 3:16 pm

Prescribed_Function_error

Post by Rahul Agrawal » Tue Jul 03, 2018 7:12 am

Hello,

I am trying to use prescribed function to move the coordinate joint in the desired position using FD tool.

I have been using
<PiecewiseLinearFunction>
<x> 0 1 2 3 4 5 6</x>
<y>0.054530 0.193382 -0.0007 -0.00630 0.01611 0.02281 0.02328</y>
</PiecewiseLinearFunction>

After running the FD tool it give me the following error:

ForwardTool::run() caught exception
SimTK Exception thrown at AbstractIntegratorRep.cpp:428:
Integrator step failed at time 1 apparently because:
SimTK Exception thrown at AbstractIntegratorRep.cpp:547:
Error detected by Simbody method AbstractIntegrator::takeOneStep(): Unable to advance time past 1.
(Required condition 't1 > t0' was not met.)

I know there is some problem with function since I am not translating the joint linearly.
Any suggestion which function will work based upon my trajectory of joint?

Thank you!

Regards,
Rahul

Tags:

User avatar
Jingke Song
Posts: 34
Joined: Tue Oct 19, 2021 4:52 am

Re: Prescribed_Function_error

Post by Jingke Song » Mon Nov 29, 2021 8:17 pm

Hello, when I use the Prescribed_Function and click the simulation button, I will always exit OpenSim software automatically. Can you tell me the reason and look forward to your reply

POST REPLY