You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Summary of changes
You can now specify a static pose trial in MarkerFitter using setStaticTrial() to add a cost term (with weight from setStaticTrialWeight()) to provide a prior to the marker fitting optimization based on the static pose joint angles.
Added an option to disable optimizeMarkerOffsets() which is called during DynamicsFitter::timeSyncAndInitializePipeline().
For locked coordinates, OpenSimParser only set upper and lower bounds for the coordinate position. We now set equal upper and lower bounds for coordinate velocities and accelerations, which will prevent small "wiggles" in locked coordinates during dynamics fitting.
Added support for ground reaction file headers from the Rajagopal model trial dataset.