Hello all,
I have three problems,as following
1.when convert .c3d file into .trc file by MOtoNMS,the biggest confusion for me is that the difference between the four methods which contain UNIPD、 UMG、GU and UWA
2.Before processing the data, I have put the data given examples into opensim but can not load
3.I want to know how to use API,is there have example flow to study?
Any help will be really appreciated!
the problems about data processing
- Thomas Uchida
- Posts: 1792
- Joined: Wed May 16, 2012 11:40 am
Re: the problems about data processing
Based on the documentation provided by the authors (http://rehabenggroup.github.io/MOtoNMS/), "UNIPD", "UMG", etc. describe setup files that are configured for a particular lab (see, e.g., Appendix B: http://rehabenggroup.github.io/MOtoNMS/ ... ndixB.html). You may want to contact the authors directly for more information.1.when convert .c3d file into .trc file by MOtoNMS,the biggest confusion for me is that the difference between the four methods which contain UNIPD、 UMG、GU and UWA
Can you provide details so the issue can be reproduced (which file, how were you loading the data, etc.)?2.Before processing the data, I have put the data given examples into opensim but can not load
To get started using the C++ API, I suggest looking at the examples in the Confluence documentation:3.I want to know how to use API,is there have example flow to study?
- API Examples: http://simtk-confluence.stanford.edu:80 ... I+Examples
- From the Ground Up: Building a Passive Dynamic Walker Model: http://simtk-confluence.stanford.edu:80 ... lker+Model
Perhaps you meant the MATLAB or Python scripting interface. In that case, I suggest consulting these pages:
- Common Scripting Commands: http://simtk-confluence.stanford.edu:80 ... g+Commands
- Scripting with Matlab: http://simtk-confluence.stanford.edu:80 ... ith+Matlab
- Scripting in Python: http://simtk-confluence.stanford.edu:80 ... +in+Python