Search found 118 matches

by Karthick Ganesan
Fri Jun 26, 2020 8:44 am
Forum: OpenSim Moco
Topic: Matlab crashes with study.visualize()
Replies: 5
Views: 451

Matlab crashes with study.visualize()

Hi all,
I always have this problem. When I call study.visualize(), Matlab crashes. Any suggestions?
Thanks,
Karthick.
by Karthick Ganesan
Fri Jun 05, 2020 9:19 pm
Forum: Moco simulations at University of Maryland
Topic: Fiber type ratios
Replies: 0
Views: 171

Fiber type ratios

Hi Ross Miller,
Could you please share the fiber type ratios of ercspn, recabd and fdb muscles? I went through the references. But I could get only some of their values and not sure of the exact values used in the model. I need them for metabolic cost computations.
Thanks & Regards,
Karthick.
by Karthick Ganesan
Thu Jun 04, 2020 7:28 am
Forum: OpenSim Moco
Topic: exampleSquatToStand- MocoPeriodicityGoal
Replies: 47
Views: 4685

Re: exampleSquatToStand- MocoPeriodicityGoal

Hi Mouaad,
Did you replace the muscles in your model with DegrooteFregley2016Muscle? As I understand Moco only supports this. In its formulation normalized tendon force is the state variable not the fiber length.
Best,
Karthick.
by Karthick Ganesan
Sat May 16, 2020 11:12 am
Forum: OpenSim Moco
Topic: Setting up guess/accelerations with implicit multibody dynamics
Replies: 9
Views: 613

Re: Setting up guess/accelerations with implicit multibody dynamics

Dear Nick and Ross, I tried to implement implicit multibody dynamics and I encountered the same problem of setting appropriate guess. I would like to understand what is going wrong. When using solver.getGuess() with only implicit muscle dynamics, the guess has the derivatives of tendon forces. When ...
by Karthick Ganesan
Mon May 11, 2020 10:52 am
Forum: OpenSim Moco
Topic: Using metabolics probe with DeGrooteFregly2016Muscle
Replies: 59
Views: 7883

Re: Using metabolics probe with DeGrooteFregly2016Muscle

Before setting up and running analyze tool try defining a study: study = MocoStudy().
Please see one of my posts above where I have uploaded a setup file specifying states and controls.
by Karthick Ganesan
Mon May 11, 2020 6:13 am
Forum: OpenSim Moco
Topic: Using metabolics probe with DeGrooteFregly2016Muscle
Replies: 59
Views: 7883

Re: Using metabolics probe with DeGrooteFregly2016Muscle

Hi Iris, Using OpenSim's AnalyzeTool and Moco's analyze method are two different approaches. If you are using the analyze tool then you have to specify the states and controls.sto files obtained from the Moco solution. In this case make sure in your model muscles are under force set. If you are usin...
by Karthick Ganesan
Thu May 07, 2020 6:37 am
Forum: OpenSim Moco
Topic: Using metabolics probe with DeGrooteFregly2016Muscle
Replies: 59
Views: 7883

Re: Using metabolics probe with DeGrooteFregly2016Muscle

Thanks Nick. What should be the output path for calculating all/individual muscle's moment about a joint (say Moment_ankle_angle_r)? Is there a way to do a complete Muscle Analysis?
Karhick
by Karthick Ganesan
Mon Apr 27, 2020 11:32 am
Forum: OpenSim Moco
Topic: Using metabolics probe with DeGrooteFregly2016Muscle
Replies: 59
Views: 7883

Re: Using metabolics probe with DeGrooteFregly2016Muscle

Thanks Ross Miller for sharing this code. I will try it. I used the following setup file along with the commands : analyzeTool = AnalyzeTool('name of setup file.xml') analyzeTool.run() If you are doing it outside a moco study please make sure to create a MocoStudy() first. I manually added the probe...
by Karthick Ganesan
Sat Apr 25, 2020 11:49 am
Forum: OpenSim Moco
Topic: Matlab version of example2DWalking
Replies: 47
Views: 6018

Re: Matlab version of example2DWalking

Dear Ross Miller, With wrapping, after displaying the number of threads the iterations never started. After waiting for less than an hour I terminated the program. Thanks for sharing your experience on mesh refinement and for your comments on the number of nodes.. It is very useful. Thanks, Karthick.