Search found 37 matches

by Mary K
Mon Feb 29, 2016 6:10 pm
Forum: Simbody: SimTK multibody dynamics API
Topic: How to close the 'holes' of a mesh
Replies: 1
Views: 112

How to close the 'holes' of a mesh

Hello there,
is there any way in Simbody - or other software - that I can close all the holes on my mesh, so it'll be valid for simbody simulations?

It will be ok if it replaces holes with a single face (e.g. a triangle).

Thanks,
Maria K.
by Mary K
Fri Nov 06, 2015 8:14 am
Forum: OpenSim
Topic: .obj is not displayed
Replies: 2
Views: 266

Re: .obj is not displayed

To be more specific what I do is: DisplayGeometry * Lat_Meniscus_dg = new DisplayGeometry("../resources/Meniscus_Geometries_obj/Lat_Meniscus.obj"); lat_meniscus_body->updDisplayer()->updGeometrySet().cloneAndAppend(*Lat_Meniscus_dg); and then not only my display geometry not appears, but the whole m...
by Mary K
Wed Nov 04, 2015 9:12 am
Forum: OpenSim
Topic: .obj is not displayed
Replies: 2
Views: 266

.obj is not displayed

Hello there, i want to add a contact mesh to my Model but when I add the Display Geometry it is not displayed. I have added another .obj file from the Geometry directory that OpenSim already has and it works well, but mine doesn't work. Is it possible my .obj file to be invalid for OpenSim somehow? ...
by Mary K
Sat Oct 24, 2015 8:43 am
Forum: OpenSim
Topic: Run OpenSim GUI with Wine in Linux
Replies: 1
Views: 1413

Run OpenSim GUI with Wine in Linux

Hello there,
has anyone run the OpenSim GUI at Linux using Wine?
A have successfully run OpenSim 3.2 but it doesn't seem to work with OpenSim 3.3.
Any ideas with the configuration of Wine maybe?

Thank you,
Maria

P.S.: My pc has 64-bit Linux Mint.
by Mary K
Mon Mar 09, 2015 6:39 am
Forum: OpenSim
Topic: Run OpenSim GUI at Linux
Replies: 1
Views: 263

Run OpenSim GUI at Linux

Hello there,
I would like to ask how I could run OpenSim.exe at Linux.

I have already installed it and run it with Wine and seems to kind of work but not totally.
For example, when I load an .osim model of lower limb I can see all the muscles but no bones.

Any help?

Thanks
by Mary K
Tue Dec 02, 2014 6:04 am
Forum: OpenSim
Topic: Is there any function to get Muscle Activation or stress ?
Replies: 8
Views: 1365

Re: Is there any function to get Muscle Activation or stress

Did you include staticoptimsation header and etc, before running your forward dynamics? as I was not able to find the optimisation headers in the main external files directory. Static Optimization headers are in the osimAnalyses project (if you have compiled OpenSim) or in the following path from t...
by Mary K
Mon Dec 01, 2014 5:30 pm
Forum: OpenSim
Topic: Is there any function to get Muscle Activation or stress ?
Replies: 8
Views: 1365

Re: Is there any function to get Muscle Activation or stress

Also check my thread here, I have a piece of code that seems to kind of work.
by Mary K
Mon Dec 01, 2014 11:58 am
Forum: OpenSim
Topic: Is there any function to get Muscle Activation or stress ?
Replies: 8
Views: 1365

Re: Is there any function to get Muscle Activation or stress

I work on the same thing right now and I haven't found it yet :roll:
by Mary K
Mon Dec 01, 2014 7:01 am
Forum: OpenSim
Topic: Is there any function to get Muscle Activation or stress ?
Replies: 8
Views: 1365

Re: Is there any function to get Muscle Activation or stress

I am not sure (let someone confirm that, please) but I think that what you need is Static Optimization.
by Mary K
Wed Nov 05, 2014 1:31 pm
Forum: OpenSim
Topic: Forward simulation: basic steps
Replies: 4
Views: 594

Re: Forward simulation: basic steps

Thanks for your time. Maybe I should be more specific. Let's say I want to simulate the movement of squat at the lower limb body. How can I know exactly which actuators should get a control signal and what's the value of this signals? And correct me if I am wrong: next thing to do is to draw the cur...