Search found 5 matches

by atabak mehrabani
Fri Mar 03, 2023 10:58 am
Forum: OpenSim
Topic: Extracting force analysis with manager tool in Matlab
Replies: 1
Views: 427

Extracting force analysis with manager tool in Matlab

Hello, I'm trying to run a simulation and I'm using Manager tool with MATLAB API. Simulation runs perfectly and I can get the states.sto file and investigate/visualize it but I can't seem to find the functions to print out the forces (or any type of analysis that you could add while running Forward ...
by atabak mehrabani
Sat Jun 12, 2021 8:06 am
Forum: OpenSim
Topic: SetRange() on python
Replies: 3
Views: 377

Re: SetRange() on python

Thanks
by atabak mehrabani
Fri Jun 11, 2021 8:25 am
Forum: OpenSim
Topic: SetRange() on python
Replies: 3
Views: 377

SetRange() on python

Hello
I've been trying to create a model from scratch and when it comes to defining a range the method setRange doesn't seem to be available on python version.
"SetRange() is not defined on opensim package"
Am I missing something?
by atabak mehrabani
Sat Feb 06, 2021 4:10 pm
Forum: OpenSim
Topic: OpenSim on python error
Replies: 0
Views: 185

OpenSim on python error

Hello I was trying to install opensim package for python following the instruction on below: https://simtk-confluence.stanford.edu/display/OpenSim/Scripting+in+Python I made sure that my python version is downgraded to 3.7 and I'm using opensim4.1 and python version3.7 on anaconda both for 64bit sys...
by atabak mehrabani
Mon Feb 17, 2020 4:14 am
Forum: OpenSim
Topic: Developing a new contact model
Replies: 1
Views: 307

Developing a new contact model

Hey I'm trying to use a new method of contact modeling and as i know there is only two concepts of contact defined within opensim, Hertz & viscous damping. I wanted to make it more customized and define some other elements to chage it into a complimentarity problem formulation. I'm not sure whether ...