Search found 3 matches

by Maxime pernot
Thu Jun 13, 2024 3:17 am
Forum: OpenSim
Topic: Help Needed: Running CMC with Torque Actuators on Hip Motors
Replies: 0
Views: 197

Help Needed: Running CMC with Torque Actuators on Hip Motors

Hi everyone, I am currently working on a project using OpenSim 4.5 and I'm trying to run a Computed Muscle Control (CMC) simulation with torque actuators applied to the hip motors. I have been able to set up and run a basic CMC simulation, but I need assistance with correctly adding and configuring ...
by Maxime pernot
Thu Jun 13, 2024 1:45 am
Forum: OpenSim
Topic: Repeated use of the CMC tool in python
Replies: 3
Views: 658

Re: Repeated use of the CMC tool in python

Thanks a lot to both of you !

It seems that the bug come from : cmc_tool = osim.CMCTool().
I have tried the work-around of Aaron and it seems to work !
by Maxime pernot
Thu Jun 06, 2024 5:31 am
Forum: OpenSim
Topic: Repeated use of the CMC tool in python
Replies: 3
Views: 658

Repeated use of the CMC tool in python

Hello everyone, I am currently trying to do a loop on the CMC tool in order to put the result in a reinforcement learning algorithm. The CMC analysis can run 3 or 4 times but on the 5th times it will crash .. with the following error: Windows fatal exception: code 0xc0000374 Main thread: Current thr...