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
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
IK in Opensim 3.3
- Zakia Hussain
- Posts: 38
- Joined: Sun Dec 26, 2021 10:44 pm
- Luca Modenese
- Posts: 43
- Joined: Wed Jan 21, 2009 9:16 am
Re: IK in Opensim 3.3
Hello Zakia,
if I remember correctly sometimes the accuracy value could cause that. I would try changing
to something like
in the IK setup file.
I hope this helps,
Luca
if I remember correctly sometimes the accuracy value could cause that. I would try changing
Code: Select all
<accuracy>1e-005</accuracy>
Code: Select all
<accuracy>1e-008</accuracy>
in the IK setup file.
I hope this helps,
Luca
- Zakia Hussain
- Posts: 38
- Joined: Sun Dec 26, 2021 10:44 pm
Re: IK in Opensim 3.3
Hi Luca
Thanks for responding
This worked and improved the IK results significantly.
Thanks again
Best regards
Zakia
Thanks for responding
This worked and improved the IK results significantly.
Thanks again
Best regards
Zakia