IK in Opensim 3.3

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Zakia Hussain
Posts: 37
Joined: Sun Dec 26, 2021 10:44 pm

IK in Opensim 3.3

Post by Zakia Hussain » Thu May 25, 2023 8:59 pm

Hi everyone

I am using OpenSim 3.3. When i do the IK analysis, the model appears to be shaking which also results in rough IK plot like Image


Also it only happens when i use this model https://simtk.org/frs/?group_id=933

Although its filtered during ID but what can be the possible reason?

Thank you

Regards
Zakia
Attachments
Screenshot 2023-05-26 115817.png
Screenshot 2023-05-26 115817.png (52.16 KiB) Viewed 380 times

Tags:

User avatar
Luca Modenese
Posts: 43
Joined: Wed Jan 21, 2009 9:16 am

Re: IK in Opensim 3.3

Post by Luca Modenese » Fri May 26, 2023 8:31 am

Hello Zakia,
if I remember correctly sometimes the accuracy value could cause that. I would try changing

Code: Select all

<accuracy>1e-005</accuracy>
to something like

Code: Select all

<accuracy>1e-008</accuracy>

in the IK setup file.
I hope this helps,
Luca

User avatar
Zakia Hussain
Posts: 37
Joined: Sun Dec 26, 2021 10:44 pm

Re: IK in Opensim 3.3

Post by Zakia Hussain » Fri May 26, 2023 6:14 pm

Hi Luca

Thanks for responding

This worked and improved the IK results significantly.


Thanks again

Best regards
Zakia

POST REPLY