Simulation of hemiparetic gait

SCONE is a software tool for predictive simulations of biomechanical movement. It uses OpenSim for modeling and simulation, and performs optimization using various control strategies, including feed-forward control, proprioceptic feedback control, and bal
POST REPLY
User avatar
Emeline Debalme
Posts: 2
Joined: Thu Aug 08, 2024 2:10 am

Simulation of hemiparetic gait

Post by Emeline Debalme » Mon Oct 07, 2024 12:01 am

Hi Thomas,
I am currently working on simulating a hemiparetic gait by reducing the range of motion of the right hip joint, while keeping the left side unaffected. However, the results I'm obtaining from the simulations show a symmetric gait pattern between both legs, which is unexpected.

I thought of two possible explanations for this outcome: either the optimized gait found by the simulation favors a symmetric solution, or there are parameters in my model that are explicitly enforcing symmetry. Based on my research, I discovered that the "symmetric" parameter in the controller file is set to 1. After changing it to 0, I have already observed noticeable differences between the two legs, even with small impairment levels.
Do you think that the symmetry issue I encounter could indeed be due to this "symmetric" parameter in the controller? Or could there be other factors in the model that might be enforcing symmetric behavior?

Additionally, I would like your advice on the best approach to reduce the range of motion: should I modify the hip joint ROM directly in the model file, or would it be more effective to adjust it through the measures file?

Thank you for your help!

User avatar
Thomas Geijtenbeek
Posts: 473
Joined: Wed Mar 12, 2014 8:08 am

Re: Simulation of hemiparetic gait

Post by Thomas Geijtenbeek » Mon Oct 07, 2024 12:48 am

I suspect that the reduction of the range of motion is not enforced correctly. The best approach in your case is to enforce the range reduction in the model itself, since it is a limitation and not a preference.

In OpenSim, you would need to add a CoordinateLimitForce to reduce the range of motion, while in Hyfydy you would need to adjust the "limits" property for the hip_r joint.

You also correctly noted that the "symmetric" parameter should be set to 0 to allow for asymmetric control.

User avatar
Emeline Debalme
Posts: 2
Joined: Thu Aug 08, 2024 2:10 am

Re: Simulation of hemiparetic gait

Post by Emeline Debalme » Tue Oct 08, 2024 2:48 am

Hi Thomas,

Thank you a lot for your answer!
Have a nice day.

POST REPLY