-
Notifications
You must be signed in to change notification settings - Fork 33
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
Issues encountered when teaching OpenSim 4.0 #1146
Comments
Thanks @sebastianskejoe for reporting. It would be good to create separate issues so we can address them separately as some belong in GUI, some in API (opensim-core), and some could be platform dependent as well. We can do that for you. In the meantime:
@jimmyDunne are you aware of similar issues on the forum or in direct communication so we can prioritize? |
Thank you for the quick reply! I intentionally avoided splitting the issues into separate issues as I'm not entirely sure, which issues belongs to which repos, so if you can split it up, it would be great. To answer your questions:
|
No worries, we'll do the split up, then we can discuss for each issue how to reproduce, troubleshoot. |
Thanks again for reporting these issues. I tried to reproduce the issues on my Mac build of OpenSim 4.0. I had a couple follow-up questions about a few of them:
I was not able to reproduce this one. For example, using the files distributed for the gait2354 workflow, if I uncheck the "enabled" box for the pelvis markers I get different results (with a poor match to the pelvis, as expected). Can you give us more details to reproduce?
Same thing. Also using gait2354, if I uncheck the Enabled boxes for the pelvis markers I get different pelvis tracking. Can you provide more details to reproduce this problem?
Can you provide these test files? Thanks!
To preview the trc data, you will first need to load an IK solution. Then you can associate the marker data with that IK solution. Without the IK solution, there is no information to pose the model (the IK step is what solves for those poses to get a good fit between model and experimental markers). Please let us know if this helps or if there is another issue you were experiencing. |
Using the gait2354 files, I placed the model in a "weird" default pose and ran the provided scale setup. As expected I got (model in the front is the scaled model): Testcase.zip Thank you for the clarification on my last issue. I guess I can store the scaling result and load that before loading the .trc, which will work just fine. |
@aymanhab Can you take a look at the information provided in @sebastianskejoe latest comment? |
The two offending markers are specified as Fixed in the markerset file, not sure what was the intention here. Changing the flag "Fixed" to false allows the markers to move exactly as expected. Please let us know if this can be closed @sebastianskejoe Testing was performed in 4.1 environment. |
Ah, yes, not sure how that happened, but I the markerset was used previously, so maybe the handling of "fixed" changed from 3.3 to 4.0 and that was why I hadn't encountered that before? Anyway, not a problem and totally my fault. The checkbox issues in scaling and inverse kinematics also seem to have been fixed somewhere between 4.0 and the current git, so I'll go ahead and close this issue. |
Hi!
Every fall I'm teaching a course, where we use the OpenSim GUI to perform inverse dynamics of running. Until this year, we used OpenSim 3.3, but now we have switched to 4.0. 4.0 is a great improvement in some areas (for instance allowing Mac users to participate) but we have also encountered some issues that make the workflow feel clunky and confusing at times. I believe these issues are mostly unintended and I will be happy to help fixing them (some should be pretty straightforward to fix) but I will need some pointers as to where the relevant source code is located.
List of issues we have encountered:
Best regards
Sebastian Skejø
The text was updated successfully, but these errors were encountered: