Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If model is detected to be asymmetric do FullGaitCycle #78

Open
VDB-Bram opened this issue Mar 23, 2023 · 1 comment
Open

If model is detected to be asymmetric do FullGaitCycle #78

VDB-Bram opened this issue Mar 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@VDB-Bram
Copy link
Collaborator

Would it be an idea to change the default simulation type to FullGaitCycle when it is detected the model is asymmetric? Doing HalfGaitCycle simulations with an asymmetric model do not make sense.

@VDB-Bram VDB-Bram added the enhancement New feature or request label Mar 23, 2023
@Lars-DHondt-KUL
Copy link
Collaborator

Great idea, that's a good safety check to have.

This should not require much new code.

While debugging, I already made test scripts that detect symmetry of the external function.

The dummy motion that is used to evaluate musculoskeletal geometry) can be helpful, since the 2nd half of data points are symmetric w.r.t. the 1st half. This also means that the muscle-tendon lengths from the muscle analysis are mirrored the same way.

With these as inspiration, you can try to make the function you want.

@Lars-DHondt-KUL Lars-DHondt-KUL added this to the low priority milestone Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants