Search found 5 matches

by louis labadie
Thu Jun 10, 2021 6:14 am
Forum: OpenSim
Topic: AddStateVariable() method Python API
Replies: 3
Views: 229

Re: AddStateVariable() method Python API

Thank you for the clarification !
by louis labadie
Wed Jun 09, 2021 6:19 am
Forum: OpenSim
Topic: AddStateVariable() method Python API
Replies: 3
Views: 229

Re: AddStateVariable() method Python API

Hi again, Sorry to bother people on the forum with that but I could really need some help on this point. I tried calling the addStateVariable method through opensim.common.Component.Add... path but I get the following error message " type object 'Component' has no attribute 'addStateVariable'". Than...
by louis labadie
Thu Jun 03, 2021 1:40 pm
Forum: OpenSim
Topic: OpenSim not opening Failed to load OpenSim libraries
Replies: 1
Views: 206

Re: OpenSim not opening Failed to load OpenSim libraries

Hello,

As the error message said, did you manage to check your environment variables ?
The procedure is well documented at the end of this page, in the Opensim -> Windows sub-part :
https://simtk-confluence.stanford.edu/d ... requisites
Hope it will help
by louis labadie
Thu Jun 03, 2021 1:34 pm
Forum: OpenSim
Topic: Deleting some muscle fascicles
Replies: 1
Views: 197

Re: Deleting some muscle fascicles

Hello, I think if you look at the .osim file of the model and that you open it with a text editor or notepad++ for example you have access to all the components of the model. This way if you manage to identify the fasciles you want to remove in the .osim file, you just have to erase them in the .osi...
by louis labadie
Fri May 28, 2021 1:25 am
Forum: OpenSim
Topic: AddStateVariable() method Python API
Replies: 3
Views: 229

AddStateVariable() method Python API

Hello, I'm working on a project where I try to customize a Component in order to add state variables to compute a spindle behaviour. I'm working with Opensim 4.2 in a Python 3.7 environment. My issue is that I can't find the corresponding python method to AddStateVariable found in the C++ Opensim AP...