Search found 30 matches
- Mon Jan 06, 2014 5:14 pm
- Forum: OpenSim
- Topic: Looking For Updated Soccer Kick Example
- Replies: 1
- Views: 347
Re: Looking For Updated Soccer Kick Example
Hi George, That's great that you've found the Soccer Kick Example useful! We are in the process of beta testing the next release of OpenSim - version 3.2. We will update the soccer kick example for this version. If you'd be interested in testing out the beta version, let us know and we can send you ...
- Mon Jul 22, 2013 11:15 am
- Forum: OpenSim
- Topic: Contact Forces and Contact Geometry
- Replies: 15
- Views: 3271
Re: Contact Forces and Contact Geometry
Omar - There are a few models included in the OpenSim distribution that have contact geometry defined. You can take a look at the "BouncingBlock" model and the "ToyDropLandingModel" to see how contact is defined. Please let us know after looking at these models if you have remaining questions. Best ...
- Mon Jun 17, 2013 12:28 pm
- Forum: OpenSim
- Topic: Implementation of CMC using MATLAB API
- Replies: 10
- Views: 2468
Re: Implementation of CMC using MATLAB API
Maya -
You should use the call:
cmcTool.setExternalLoadsFileName([residualMotorsFilePath residualMotors]);
See the CMCTool doxygen for other calls:
https://simtk.org/api_docs/opensim/api_ ... CTool.html
I believe the setForceSetFiles is an internal method not intended for
Jen
You should use the call:
cmcTool.setExternalLoadsFileName([residualMotorsFilePath residualMotors]);
See the CMCTool doxygen for other calls:
https://simtk.org/api_docs/opensim/api_ ... CTool.html
I believe the setForceSetFiles is an internal method not intended for
Jen
- Mon Jun 17, 2013 9:49 am
- Forum: OpenSim
- Topic: Implementation of CMC using MATLAB API
- Replies: 10
- Views: 2468
Re: Implementation of CMC using MATLAB API
Maya - As Ajay noted in his email, you can open the setup (XML) files in any editor (Notepad++ will color code for you) and take a look at the settings. Compare the file generated by your Matlab scripts (the tool should have a print command or similar). Please verify that the files and paths are cor...
- Fri May 24, 2013 11:25 am
- Forum: OpenSim
- Topic: Description of the Millard2012AccelerationMuscle
- Replies: 4
- Views: 1203
Re: Description of the Millard2012AccelerationMuscle
Yannik -
Our group recently published a paper documenting the new muscle models. You can find it along with some other muscle model information here:
http://simtk-confluence.stanford.edu:80 ... blications
Jen
Our group recently published a paper documenting the new muscle models. You can find it along with some other muscle model information here:
http://simtk-confluence.stanford.edu:80 ... blications
Jen
- Wed May 15, 2013 8:08 am
- Forum: OpenSim
- Topic: running muscle analysis for select coordinates
- Replies: 3
- Views: 658
Re: running muscle analysis for select coordinates
David - If you go to Help -> XML Browser -> MuscleAnalysis you will find all of the settings you can specify for the Muscle Analysis. This info is specified in the Analysis setup file. You can also change these parameters by going to the Analyze Tool -> Analyses Tab -> Add a Muscle Analysis -> Edit....
- Thu Jan 10, 2013 6:41 pm
- Forum: OpenSim
- Topic: Drop Landing Model
- Replies: 4
- Views: 605
Re: Drop Landing Model
Jiang - You can see an example of how to specify contact in the BouncingBlock model that we distribute with OpenSim. The drop landing model was intended as a demonstration model only. It's representation of foot-floor contact has not been validated in a research setting (e.g. the placement of the co...
- Wed Dec 05, 2012 10:38 am
- Forum: OpenSim
- Topic: Human's whole body model
- Replies: 1
- Views: 526
Re: Human's whole body model
Jiang - There isn't a model like this that I know of. You might be able to combine a neck model with another full body model. I'm curious about how you plan to use the model. What structures or motions are you most interested in and what questions about those structures or motions do you hope to ans...
- Mon Nov 12, 2012 10:42 am
- Forum: OpenSim
- Topic: Xsens (c3d) to OpenSim
- Replies: 2
- Views: 1073
Re: Xsens (c3d) to OpenSim
Bruno - I'd suggest reading through the User Guide, starting with the section that gives an overview of the typical OpenSim workflow: http://simtk-confluence.stanford.edu:8080/display/OpenSim/Overview+of+the+OpenSim+Workflow The following chapters about Preparing your data, the Scale Tool, and the I...
- Wed Oct 24, 2012 4:00 pm
- Forum: OpenSim
- Topic: How to create muscle defect?
- Replies: 2
- Views: 766
Re: How to create muscle defect?
Roman - Thanks for your interest in OpenSim. Please see my responses below: 1) How can I create muscle defect? I need simulate defects of muscles after resection soft tissue tumor. You could change the max isometric force of a muscle to simulate a reduction in strength. This is one possibility - the...