Search found 29 matches
- Wed Feb 12, 2020 7:33 am
- Forum: OpenSim
- Topic: RRA mass recomendation
- Replies: 7
- Views: 2033
Re: RRA mass recomendation
Here is a set of files that run rra, update the mass properties, and write a new osim model. Main_rra.m sets up a Params structure that is passed along to runrra.m to setup and run the rratool thru the command line. Runrra also updates the model's COM position on the user defined segment. Then main_...
- Tue Apr 23, 2019 9:40 am
- Forum: OpenSim
- Topic: muscle controls not working in analyze tool
- Replies: 1
- Views: 545
muscle controls not working in analyze tool
is it possible to analyze muscle contraction dynamics through some prescribed motion and prescribed muscle control? i've tried using the analyze tool and provided both a muscle controls file and a motion file. however, the muscle excitations just stay at their default values and don't change as pres...
- Thu Sep 06, 2018 11:53 am
- Forum: OpenSim
- Topic: RRA Mass Adjustments...Inertia?
- Replies: 3
- Views: 837
Re: RRA Mass Adjustments...Inertia?
My understanding is that RRA isn't trying to make the segment inertia correct but rather make them dynamically consistent, which can be achieved by changing the mass of each segment.
- Wed May 02, 2018 12:29 pm
- Forum: OpenSim
- Topic: Model is not able to scale
- Replies: 4
- Views: 682
Re: Model is not able to scale
it sounds like the marker names from the TRC file does not match the marker names in the osim model. can you confirm that they are named the same?
- Wed May 02, 2018 10:54 am
- Forum: OpenSim
- Topic: Model is not able to scale
- Replies: 4
- Views: 682
Re: Model is not able to scale
it looks like the bodies are not being scaled (2nd tab in scale tool). What are the markers you are using for this?
- Mon Apr 23, 2018 2:16 pm
- Forum: OpenSim
- Topic: inverse kinematics only running through first frame
- Replies: 5
- Views: 900
Re: inverse kinematics only running through first frame
i'm not clear on how opensim parses a trc file but I do see that the header info in your file uses .txt rather than .trc (row 1) and that the frame data are not integers. that might be causing some problems?
- Mon Apr 23, 2018 12:11 pm
- Forum: OpenSim
- Topic: inverse kinematics only running through first frame
- Replies: 5
- Views: 900
Re: inverse kinematics only running through first frame
sounds like the input file isn't the appropriate format. can you post the TRC file you're trying to track?
- Wed Apr 18, 2018 5:37 am
- Forum: OpenSim
- Topic: Lower limb model with knee abduction angle
- Replies: 9
- Views: 3391
Re: Lower limb model with knee abduction angle
some good references below. it might help the readers to understand more about your question and what you are testing with the model. lots of assumptions are required when modeling knee contact. Lerner ZF, DeMers MS, Delp SL, Browning RC. 2015. How tibiofemoral alignment and contact locations affect...
- Tue Apr 17, 2018 9:20 am
- Forum: OpenSim
- Topic: Lower limb model with knee abduction angle
- Replies: 9
- Views: 3391
Re: Lower limb model with knee abduction angle
It looks like you are trying to run CMC with a knee that has unconstrained abduction but no contact or ligaments to provide stability in the frontal plane. Knees are stable because they have two condyles that can balance externally applied loads in the frontal plane. Any joint in opensim that does n...
- Fri Apr 13, 2018 12:15 pm
- Forum: OpenSim
- Topic: Running Static Optimization in Matlab?
- Replies: 15
- Views: 7322
Re: Running Static Optimization in Matlab?
can you share an example of the setup xml? Does the file have an absolute path? does the path have any space characters (i've found this to cause problems).