Unable to load motions into models
- Raghavi Chendhil
- Posts: 1
- Joined: Mon Sep 18, 2023 3:15 am
Unable to load motions into models
Hello! A newbie to OpenSIM here. I've been trying to get models to perform some motions as an initial stepping stone in this software, but unfortunately, there's always an error that says "Motion cannot be loaded for this model" whenever I try to sync motions to models. I find that particularly strange because I have been using the open-source models and motion files available on this website. Could anyone please aid me in this predicament I'm facing? Thanks!
Tags:
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
Re: Unable to load motions into models
Hello Raghavi,
Let me explain why you may get such a message. Motion files are basically csv like text files that contain trajectories of model coordinates over time. If you try to load a motion to a model that doesn't have these coordinates (based on name matching of the file header) then you'll get this error message. Some other files (with same extension .sto/.mot) may not have coordinate values altogether (e.g. muscle activations or Ground Reactions) and these also can't be loaded to a model but are rather used to pass data/results around, so I'd suggest you follow the tutorials to get started and to find models/motions that work together e.g.
https://simtk-confluence.stanford.edu/d ... l+Modeling
Hope this helps,
-Ayman
Let me explain why you may get such a message. Motion files are basically csv like text files that contain trajectories of model coordinates over time. If you try to load a motion to a model that doesn't have these coordinates (based on name matching of the file header) then you'll get this error message. Some other files (with same extension .sto/.mot) may not have coordinate values altogether (e.g. muscle activations or Ground Reactions) and these also can't be loaded to a model but are rather used to pass data/results around, so I'd suggest you follow the tutorials to get started and to find models/motions that work together e.g.
https://simtk-confluence.stanford.edu/d ... l+Modeling
Hope this helps,
-Ayman