Search found 50 matches

by Shivangi Giri
Thu Dec 15, 2022 10:38 pm
Forum: OpenSim
Topic: Manager initialize error on Ubuntu 20.04
Replies: 0
Views: 100

Manager initialize error on Ubuntu 20.04

Hello, I have a MATLAB code that runs successfully on a Windows desktop but fails with the following error on Ubuntu 20.04 system Java exception occurred: java.lang.RuntimeException: SimTK Exception thrown at Integrator.cpp:431: Integrator initialization failed apparently because: SimTK Exception th...
by Shivangi Giri
Tue Dec 13, 2022 3:30 am
Forum: OpenSim
Topic: MATLAB crashes on Ubuntu 20.02
Replies: 0
Views: 128

MATLAB crashes on Ubuntu 20.02

Hello, So I have used MATLAB code to make some modifications to the arm26 model. However, MATLAB crashes while calculating the length parameters of the fourth muscle. The code successfully calculates the length parameters of the first three muscles, however it crashes and exits without any error. Fu...
by Shivangi Giri
Fri Dec 09, 2022 4:36 am
Forum: OpenSim
Topic: Speed up integrator
Replies: 1
Views: 172

Speed up integrator

Hello, I have a MATLAB code that takes about 7-8 mins to run, with the following line taking more than 5 mins state = manager.integrate(timed); with timed = time(i+1)-time(i); I was looking for a way to speed up the integration process. Can we use any other method or function? Any help would be appr...
by Shivangi Giri
Sat Oct 22, 2022 4:57 am
Forum: OpenSim
Topic: Hypogravity simulation
Replies: 1
Views: 192

Hypogravity simulation

Hello Team, I wanted to simulate hypogravity using the full-body model by Rajagopal et al. Before going forward with it, I wanted to ask whether I need to change the value of gravitation in the model's .osim file and then implement hypogravity GRF data or just implement the hypogravity GRF data and ...
by Shivangi Giri
Thu Aug 27, 2020 12:13 pm
Forum: OpenSim
Topic: Muscle Weightage in CMC
Replies: 3
Views: 358

Re: Muscle Weightage in CMC

Thank you Carmichael and Thomas for your replies.
I will try your suggestion Thomas and would let you know how it goes.

Regards,
Shivangi
by Shivangi Giri
Wed Aug 26, 2020 1:16 am
Forum: OpenSim
Topic: Muscle Weightage in CMC
Replies: 3
Views: 358

Muscle Weightage in CMC

Hello, I wanted to know if there is a way to add weightage to muscles before performing CMC, like the way we add weights for joints. I tried adding a task for the said muscles in the CMC task file with weights but the output generated did not show any effect of weights on the activation pattern of t...
by Shivangi Giri
Sat Aug 08, 2020 2:38 pm
Forum: OpenSim
Topic: EMG Driven CMC
Replies: 5
Views: 626

Re: EMG Driven CMC

Yes, that seems to work. Thank you Thomas.

Regards,
Shivangi
by Shivangi Giri
Sat Aug 08, 2020 7:02 am
Forum: OpenSim
Topic: EMG Driven CMC
Replies: 5
Views: 626

Re: EMG Driven CMC

Thank you Thomas. Will try your suggestion and revert.

Regards,
Shivangi
by Shivangi Giri
Fri Aug 07, 2020 3:11 pm
Forum: OpenSim
Topic: EMG Driven CMC
Replies: 5
Views: 626

Re: EMG Driven CMC

Thanks Carmichael for your reply. I have already gone through this document. I want to set up muscle activations as x_nodes with values defined for each time frame. Here in the link, you have provided, the settings only talk about setting maximum and minimum values. Can you please help in suggesting...
by Shivangi Giri
Thu Jul 30, 2020 12:00 am
Forum: OpenSim
Topic: EMG Driven CMC
Replies: 5
Views: 626

EMG Driven CMC

Hi, I would like suggestions on how I can use EMG activation values and implement them as muscle controls to conduct a CMC simulation. I tried using EMG values as control constraints in the CMC for one muscle but it does not seem to work. How can I verify that the implementation is happening correct...