Can I load an existing OpenSim model in OSC with *both* a motion file *and* a muscle activations file? #946
Unanswered
adamkewley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the motions file, there's a
Load Motion
option in the file menu, or the Preview Experimental Data workflow (explained in tutorial 7) has an option to load a model's trajectory/states. The way those currently work is that they load the provided (sto/mot) file into a new state trajectory, followed by using the trajectory to render the model. With that in mind, I don't think that it's currently possible to layer additional state variable data (e.g. muscle activations) from a separate file "over" the existing motions (it would just try to load a new, separate, trajectory).I could look into adding something like this feature, but I'd need an example file/project. Maybe opensim-models already has a suitable example (https://github.com/opensim-org/opensim-models)? Or OpenSim GUI already has a way of merging the states into one file that OSC could load? If users want this feature then they can open a feature request issue.
Beta Was this translation helpful? Give feedback.
All reactions