Search found 35 matches

by Ibraheem Al-Dhamari
Sun Jan 31, 2021 5:24 am
Forum: OpenSim
Topic: Blank Visualizer Window
Replies: 14
Views: 939

Re: Blank Visualizer Window

Update: I removed many markers from the model and the model appears in the visualizer so it seems the visualizer in windows can not handle too many elements. It would be nice if someone help to solve this e.g. probably there is some opensim visualizer or threejs setting to change.
by Ibraheem Al-Dhamari
Sun Jan 31, 2021 3:54 am
Forum: OpenSim
Topic: Blank Visualizer Window
Replies: 14
Views: 939

Re: Blank Visualizer Window

Today I was testing a model in windows (opensim built froms ource). The visualizer works when I start opensim and open models. I got a black screen when I load a large model(around two thousand markers). I think this is probably a memory problem but I am not sure so I added more memory but it is stl...
by Ibraheem Al-Dhamari
Sun Jan 31, 2021 3:48 am
Forum: OpenSim
Topic: How do I make an external load point force on the neck?
Replies: 3
Views: 681

Re: How do I make an external load point force on the neck?

Would I use this script in MatLab then? I don't use matlab but I think there should be equivalent way to do this. How do I find the coordinates in the frame that I want to use the force? There other software where you cam load a mesh e.g. stl file and fins location of different points, personally I...
by Ibraheem Al-Dhamari
Sun Jan 24, 2021 12:19 pm
Forum: OpenSim
Topic: Blank Visualizer Window
Replies: 14
Views: 939

Re: Blank Visualizer Window

Probably, I don't use the release version. In your case hat I would do is remove everything, restart, redownload then re-install. Also try different versions to isolate the problem.

Good luck!
by Ibraheem Al-Dhamari
Sat Jan 23, 2021 12:15 pm
Forum: OpenSim
Topic: Using multiple plug-ins at the same time
Replies: 2
Views: 249

Re: Using multiple plug-ins at the same time

Dear Ayman, Thanks for your quick answer, I think it would be nice to have support for multiple plug-ins. This is already supported in the GUI so I thought it is already supported in the command line tool as well. I'm curious about the use case to understand if this is something we should plan to ad...
by Ibraheem Al-Dhamari
Fri Jan 22, 2021 1:57 am
Forum: OpenSim
Topic: Blank Visualizer Window
Replies: 14
Views: 939

Re: Blank Visualizer Window

I had a similar problem when building from source. Usually, I had to install/update one or both of these tools: JxBrowser and threejs !
by Ibraheem Al-Dhamari
Fri Jan 22, 2021 1:46 am
Forum: OpenSim
Topic: Using multiple plug-ins at the same time
Replies: 2
Views: 249

Using multiple plug-ins at the same time

Dear all, how can I use more than one plug-in at the same time? I tried : opensim-cmd -L myPlugin1 -L myPlugin2 run-tool myAnalysis_Setup_A.xml and opensim-cmd -L myPlugin1 myPlugin2 run-tool myAnalysis_Setup_A.xml but it seems it takes only the first argument i.e. myPlugin1. I got this message : Ob...
by Ibraheem Al-Dhamari
Fri Jan 22, 2021 1:37 am
Forum: OpenSim
Topic: How do I make an external load point force on the neck?
Replies: 3
Views: 681

Re: How do I make an external load point force on the neck?

Hi Maybe this code help! You can check the XML related components and the documentation related to PrescribedForce. //------------------------------------------------------------------ // Exteranal Force //------------------------------------------------------------------ float extForceValY = 50 ; /...
by Ibraheem Al-Dhamari
Mon Mar 23, 2020 12:32 am
Forum: Simbody: SimTK multibody dynamics API
Topic: Python wrapping
Replies: 2
Views: 150

Re: Python wrapping

Thanks Christopher for your quick answer.
by Ibraheem Al-Dhamari
Sun Mar 22, 2020 2:04 pm
Forum: Simbody: SimTK multibody dynamics API
Topic: Python wrapping
Replies: 2
Views: 150

Python wrapping

Dear all,

Is there already a python wrapping for simbody? if no, is there anyone working on this now?

Ibraheem